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

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