Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template accumulator_concept

boost::accumulators::accumulator_concept

Synopsis

template<typename Stat> 
struct accumulator_concept {

  // public member functions
  void constraints() ;
  Stat stat;
};

Description

accumulator_concept public member functions

  1. void constraints() ;

PrevUpHomeNext