Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct as_feature<tag::mean_of_weights(lazy)>

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

Synopsis

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


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

PrevUpHomeNext