chronon::observe::CounterRegistry::CounterKey
#include <CounterRegistry.hpp>
Public Functions
| Name | |
|---|---|
| bool | operator==(const CounterKey & other) const |
Public Attributes
| Name | |
|---|---|
| std::string | unit_name |
| CounterId | id |
| std::string | counter_name |
Public Functions Documentation
function operator==
inline bool operator==(
const CounterKey & other
) const
Public Attributes Documentation
variable unit_name
std::string unit_name;
variable id
CounterId id;
variable counter_name
std::string counter_name;
Updated on 2026-05-27 at 08:42:21 +0000