Owning and non owning labels representations.
Definition in file labels.hpp.
Go to the source code of this file.
#include <string>#include <string_view>#include <type_traits>#include <fmt/format.h>#include <userver/utils/assert.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| class | utils::statistics::LabelView |
| Non owning label name+value storage. More... | |
| class | utils::statistics::Label |
| Label name+value storage. More... | |
| class | utils::statistics::LabelsSpan |
| View over a continuous range of LabelView. More... | |
| struct | fmt::formatter<::utils::statistics::LabelView > |
| struct | fmt::formatter<::utils::statistics::Label > |
| struct | fmt::formatter<::utils::statistics::LabelsSpan > |
Namespaces | |
| namespace | utils |
| Utilities. | |
Functions | |
| bool | utils::statistics::operator< (const LabelView &x, const LabelView &y) noexcept |
| bool | utils::statistics::operator== (const LabelView &x, const LabelView &y) noexcept |
| bool | utils::statistics::operator< (const Label &x, const Label &y) noexcept |
| bool | utils::statistics::operator== (const Label &x, const Label &y) noexcept |