Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Drolling_count.hpp56 struct rolling_count struct
61 typedef accumulators::impl::rolling_count_impl< mpl::_1 > impl;
65 static boost::parameter::keyword<tag::rolling_window_size> const window_size;
75 extractor<tag::rolling_count> const rolling_count = {}; variable