Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct feature_of<tag::immediate_weighted_mean>

boost::accumulators::feature_of<tag::immediate_weighted_mean>

Synopsis

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


struct feature_of<tag::immediate_weighted_mean> :
  public boost::accumulators::feature_of< tag::immediate_mean >
{
};

PrevUpHomeNext