Home | Libraries | People | FAQ | More |
boost::accumulators::accumulator_concept
// In header: <boost/accumulators/framework/accumulator_concept.hpp> template<typename Stat> struct accumulator_concept { // public member functions void constraints(); // public data members Stat stat; };