Utility struct for counting the current, peak, and total value of a number. More...
#include <statistics_resource_adaptor.hpp>
Public Member Functions | |
counter & | operator+= (int64_t val) |
counter & | operator-= (int64_t val) |
Public Attributes | |
int64_t | value {0} |
int64_t | peak {0} |
int64_t | total {0} |
Utility struct for counting the current, peak, and total value of a number.