Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template apply

boost::accumulators::accumulator_set::apply — Extraction.

Synopsis

// In header: <boost/accumulators/framework/accumulator_set.hpp>



// Extraction.
template<typename Feature> 
struct apply {
};

PrevUpHomeNext