Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit a2003c7bd7.
PrevUpHomeNext

Struct as_weighted_feature<tag::mean>

boost::accumulators::as_weighted_feature<tag::mean>

Synopsis

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


struct as_weighted_feature<tag::mean> {
  // types
  typedef tag::weighted_mean type;
};

PrevUpHomeNext