Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template feature_of<tag::immediate_weighted_mean_of_variates< VariateType, VariateTag >>

boost::accumulators::feature_of<tag::immediate_weighted_mean_of_variates< VariateType, VariateTag >>

Synopsis

template<typename VariateType, typename VariateTag> 
struct feature_of<tag::immediate_weighted_mean_of_variates< VariateType, VariateTag >> : public boost::accumulators::boost::accumulators::feature_of< tag::immediate_mean_of_variates< VariateType, VariateTag > >
{
};

PrevUpHomeNext