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 dependency graph for labels.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... | |
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 |