Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template as_feature<>

boost::accumulators::as_feature<tag::droppable< Feature >>

Synopsis

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

template<typename Feature> 
struct as_feature<> {
  // types
  typedef tag::droppable< as_feature<  ;
};

PrevUpHomeNext