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

Detailed Description

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