Skip to main content

chronon::observe::CounterRegistry::CounterKey

#include <CounterRegistry.hpp>

Public Functions

Name
booloperator==(const CounterKey & other) const

Public Attributes

Name
std::stringunit_name
CounterIdid
std::stringcounter_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