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 develop branch, built from commit fee1d12384.
PrevUpHomeNext

Struct template result

boost::accumulators::extractor::result — The result meta-function for determining the return type of the extractor.

Synopsis

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



// The result meta-function for determining the return type of the extractor.
template<typename F> 
struct result {
};

PrevUpHomeNext