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 master branch, built from commit e83975fcee.
PrevUpHomeNext

Macro BOOST_ACCUMULATORS_MAX_FEATURES

BOOST_ACCUMULATORS_MAX_FEATURES

Synopsis

// In header: <boost/accumulators/accumulators_fwd.hpp>

BOOST_ACCUMULATORS_MAX_FEATURES

Description

The maximum number of accumulators that may be put in an accumulator_set. Defaults to BOOST_MPL_LIMIT_VECTOR_SIZE (which defaults to 20).


PrevUpHomeNext