Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template feature_of<tag::weighted_moment< N >>

boost::accumulators::feature_of<tag::weighted_moment< N >>

Synopsis

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

template<int N> 
struct feature_of<tag::weighted_moment< N >> :
  public boost::accumulators::feature_of< tag::moment< N > >
{
};

PrevUpHomeNext