Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Drolling_window.hpp80 struct rolling_window_plus1_impl struct
83 typedef typename circular_buffer<Sample>::const_iterator const_iterator;
84 typedef iterator_range<const_iterator> result_type;
87 rolling_window_plus1_impl(Args const & args) in rolling_window_plus1_impl() function
94 rolling_window_plus1_impl(rolling_window_plus1_impl const &that) in rolling_window_plus1_impl() function
100 rolling_window_plus1_impl &operator =(rolling_window_plus1_impl const &that) in operator =()
108 void operator ()(Args const &args) in operator ()()
113 bool full() const in full()
120 result_type result(dont_care) const in result()
126 void serialize(Archive & ar, const unsigned int version) in serialize()
[all …]