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

PrevUpHomeNext

Struct feature_of<tag::weighted_density>

boost::accumulators::feature_of<tag::weighted_density>

Synopsis

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


struct feature_of<tag::weighted_density> : public boost::accumulators::feature_of< tag::density > {
};

PrevUpHomeNext