userver: userver/utils/sliding_interval.hpp File Reference
Loading...
Searching...
No Matches
sliding_interval.hpp File Reference

Detailed Description

Sliding interval of values that provides functions to compute average, min and max values from the last window_size values of interval.

Definition in file sliding_interval.hpp.

Go to the source code of this file.

#include <numeric>
#include <userver/utils/assert.hpp>
#include <userver/utils/fixed_array.hpp>
+ Include dependency graph for sliding_interval.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  utils::SlidingInterval< T >
 Sliding interval of values that provides functions to compute average, min and max values from the last window_size values of interval. More...
 

Namespaces

namespace  utils
 Utilities.