Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Drolling_window.hpp174 struct rolling_window_plus1 struct
180 typedef accumulators::impl::rolling_window_plus1_impl< mpl::_1 > impl;
184 static boost::parameter::keyword<tag::rolling_window_size> const window_size;
209 extractor<tag::rolling_window_plus1> const rolling_window_plus1 = {}; variable