Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template as_feature<, , >

boost::accumulators::as_feature<tag::tail_variate_means< LeftRight, VariateType, VariateTag >(relative)>

Synopsis

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

template<typename LeftRight, typename VariateType, typename VariateTag> 
struct as_feature<, , > {
  // types
  typedef tag::relative_tail_variate_means<  ;
};

PrevUpHomeNext