Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template stats

boost::accumulators::stats

Synopsis

// In header: <boost/accumulators/statistics/stats.hpp>

template<typename Stat1, typename Stat2, ... > 
struct stats {
};

Description

An MPL sequence of statistics.


PrevUpHomeNext