Counter¶
-
struct Counter¶
Public Types
-
using value_type = uint64_t¶
Public Functions
-
Counter() = default¶
-
explicit Counter(std::string_view const &labels)¶
-
Counter(std::string_view const &source, std::string_view const &connection, std::string_view const &function)¶
-
Counter(std::string_view const &source, std::string_view const &connection, std::string_view const &function, std::string_view const ¶ms)¶
-
inline Counter &operator+=(value_type value)¶
-
inline void update(value_type value) noexcept¶
-
using value_type = uint64_t¶