Searched defs:rolling_window_impl (Results 1 – 1 of 1) sorted by relevance
146 struct rolling_window_impl struct149 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() argument156 result_type result(Args const &args) const in result()163 void serialize(Archive & ar, const unsigned int file_version) {} in serialize()