Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template as_weighted_feature<>

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

Synopsis

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

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

PrevUpHomeNext