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