Boost logo

Boost Users :

Subject: Re: [Boost-users] Accumulators: what is the difference between features<> and stats<> ?
From: Eric Niebler (eric_at_[hidden])
Date: 2011-04-19 23:54:17


On 4/19/2011 11:21 PM, Andrew A wrote:
> Is there any difference for example, between
> accumulator_set< double, features< tag::mean > > acc;
> and
> accumulator_set< double, stats< tag::mean > > acc;
>
> features and stats seems to be synonyms?

No difference. They're synonyms.

-- 
Eric Niebler
BoostPro Computing
http://www.boostpro.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net