userver: userver/utils/sliding_interval.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
sliding_interval.hpp File Reference

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

#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:

Go to the source code of 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.
 

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.