Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template accumulator_concept

boost::accumulators::accumulator_concept

Synopsis

// In header: <boost/accumulators/framework/accumulator_concept.hpp>

template<typename Stat> 
struct accumulator_concept {

  // public member functions
   ();

  // public data members
   stat;
};

Description

accumulator_concept public member functions

  1.  ();

PrevUpHomeNext