Home | Libraries | People | FAQ | More |
boost::accumulators::impl::rolling_window_impl
// In header: <boost/accumulators/statistics_fwd.hpp> template<typename Sample> struct rolling_window_impl : public accumulator_base { // construct/copy/destruct rolling_window_impl(dont_care); // public member functions template<typename Args> result_type result(Args const &) const; };