#include <userver/utils/statistics/labels.hpp>
Label name+value storage.
Definition at line 43 of file labels.hpp.
◆ 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: