|
MetroCollect
2.3.4
|
Stuct to associate a field name containing a certain key with a unit. More...
#include <SourceTools.h>
Public Member Functions | |
| constexpr | KeyUnit () |
| constexpr | KeyUnit (std::string_view aKey, std::string_view aUnit) |
Public Attributes | |
| std::string_view | key |
| std::string_view | unit |
Stuct to associate a field name containing a certain key with a unit.
Definition at line 78 of file SourceTools.h.
|
inline |
Definition at line 82 of file SourceTools.h.
|
inline |
Definition at line 83 of file SourceTools.h.
| std::string_view MetroCollect::MetricsSource::KeyUnit::key |
Definition at line 79 of file SourceTools.h.
| std::string_view MetroCollect::MetricsSource::KeyUnit::unit |
Definition at line 80 of file SourceTools.h.