boost::accumulators::extractor — Extracts the result associated with Feature from the specified accumulator_set.
Synopsis
// In header: <boost/accumulators/accumulators_fwd.hpp>
template<typename Feature>structextractor{// public member functionstemplate<typename Arg1>unspecifiedoperator()(Arg1const&)const;template<typename AccumulatorSet,typename A1>unspecifiedoperator()(AccumulatorSetconst&,A1const&)const;template<typename AccumulatorSet,typename A1,typename A2,...>unspecifiedoperator()(AccumulatorSetconst&,A1const&,A2const&,...);};
Это перегруженная функция члена, предусмотренная для удобства. Он отличается от вышеуказанной функции только тем, какие аргументы он принимает.
Статья Struct template extractor раздела The Boost C++ Libraries BoostBook Documentation Subset Reference может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.