Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct rolling_count

boost::accumulators::tag::rolling_count

Synopsis

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


struct rolling_count : public  {

  // public data members
  static  window_size;  // tag::rolling_window::window_size named parameter 
};

PrevUpHomeNext