Boost logo

Boost Users :

Subject: [Boost-users] Accumulators: what is the difference between features<> and stats<> ?
From: Andrew A (scratchboom_at_[hidden])
Date: 2011-04-19 12:21:33


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?


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