#include <userver/utils/statistics/labels.hpp>
Label name+value storage.
Definition at line 57 of file labels.hpp.
Public Member Functions | |
| Label (LabelView view) | |
| Label (std::string name, std::string value) | |
| template<class T> requires std::is_arithmetic_v<T> | |
| Label (std::string, T) | |
| operator bool () const | |
| operator LabelView () const | |
| const std::string & | Name () const |
| const std::string & | Value () const & |
| std::string & | Value () & |
| std::string && | Value () && |
|
inline |
Definition at line 65 of file labels.hpp.
|
inline |
Definition at line 72 of file labels.hpp.
|
inlineexplicit |
Definition at line 69 of file labels.hpp.
|
inlineexplicit |
Definition at line 70 of file labels.hpp.
|
inline |
Definition at line 74 of file labels.hpp.
|
inline |
Definition at line 75 of file labels.hpp.
|
inline |
Definition at line 73 of file labels.hpp.