count overloads
Declared in <balm_metricrecord.h>
Return a reference to the modifiable count attribute representing the number of individually recorded values.
int&
count();
» more...
Return a reference to the non-modifiable count attribute representing the number of individually recorded values.
int const&
count() const;
» more...