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-07-06 at 09:03:34 +0000