Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template feature_of<tag::reference< ValueType, Tag >>

boost::accumulators::feature_of<tag::reference< ValueType, Tag >>

Synopsis

template<typename ValueType, typename Tag> 
struct feature_of<tag::reference< ValueType, Tag >> : public boost::accumulators::feature_of< Feature > {
};

PrevUpHomeNext