Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct as_feature<tag::rolling_mean(immediate)>

boost::accumulators::as_feature<tag::rolling_mean(immediate)>

Synopsis

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


struct as_feature<tag::rolling_mean(immediate)> {
  // types
  typedef tag::immediate_rolling_mean type;
};

PrevUpHomeNext