Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct as_weighted_feature<tag::immediate_mean>

boost::accumulators::as_weighted_feature<tag::immediate_mean>

Synopsis

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


struct as_weighted_feature<tag::immediate_mean> {
  // types
  typedef tag::immediate_weighted_mean type;
};

PrevUpHomeNext