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. | |