#include <userver/utils/statistics/labels.hpp>
Label name+value storage.
Definition at line 47 of file labels.hpp.
|
| Label (LabelView view) |
|
| Label (std::string name, std::string value) |
|
template<class T, std::enable_if_t< std::is_arithmetic_v< T > > * = nullptr> |
| 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 () && |
|
◆ Label()
template<class T, std::enable_if_t< std::is_arithmetic_v< T > > * = nullptr>
utils::statistics::Label::Label |
( |
std::string | , |
|
|
T | ) |
|
inline |
◆ Name()
const std::string & utils::statistics::Label::Name |
( |
| ) |
const |
|
inline |
◆ operator bool()
utils::statistics::Label::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator LabelView()
utils::statistics::Label::operator LabelView |
( |
| ) |
const |
|
inlineexplicit |
◆ Value() [1/3]
std::string & utils::statistics::Label::Value |
( |
| ) |
& |
|
inline |
◆ Value() [2/3]
std::string && utils::statistics::Label::Value |
( |
| ) |
&& |
|
inline |
◆ Value() [3/3]
const std::string & utils::statistics::Label::Value |
( |
| ) |
const & |
|
inline |
The documentation for this class was generated from the following file: