Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template as_weighted_feature<>

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

Synopsis

// In header: <boost/accumulators/statistics/error_of.hpp>

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

PrevUpHomeNext