Home
last modified time | relevance | path

Searched defs:rolling_window_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/accumulators/statistics/
Drolling_window.hpp146 struct rolling_window_impl struct
149 typedef typename circular_buffer<Sample>::const_iterator const_iterator;
150 typedef iterator_range<const_iterator> result_type;
152 rolling_window_impl(dont_care) in rolling_window_impl() argument
156 result_type result(Args const &args) const in result()
163 void serialize(Archive & ar, const unsigned int file_version) {} in serialize()