...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::accumulators::tag::weighted_extended_p_square_quantile_quadratic
// In header: <boost/accumulators/statistics/extended_p_square_quantile.hpp> struct weighted_extended_p_square_quantile_quadratic : public boost::accumulators::depends_on< weighted_extended_p_square > { // types typedef accumulators::impl::extended_p_square_quantile_impl< mpl::_1, weighted, quadratic > impl; };