Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template feature_of

boost::accumulators::feature_of

Synopsis

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

template<typename Feature> 
struct feature_of {
  // types
  typedef Feature type;
};

PrevUpHomeNext