Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct as_feature<tag::mean(lazy)>

boost::accumulators::as_feature<tag::mean(lazy)>

Synopsis

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


struct as_feature<tag::mean(lazy)> {
  // types
  typedef tag::mean type;
};

PrevUpHomeNext