userver: userver/utils/statistics/histogram_view.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
histogram_view.hpp File Reference

Detailed Description

The non-owning reader API for "histogram" metrics.

Definition in file histogram_view.hpp.

Go to the source code of this file.

#include <cstddef>
#include <cstdint>
#include <type_traits>
+ Include dependency graph for histogram_view.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  utils::statistics::HistogramView
 The non-owning reader API for "histogram" metrics. More...
 

Namespaces

namespace  utils
 Utilities.
 

Functions

bool utils::statistics::operator== (HistogramView lhs, HistogramView rhs) noexcept
 Compares equal if bounds are close and values are equal.
 
bool utils::statistics::operator!= (HistogramView lhs, HistogramView rhs) noexcept
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.