count overloads
Synopses
Declared in <balm_metricrecord.h>
Return a reference to the modifiable count attribute representing the number of individually recorded values.
int&
count();
Return a reference to the non‐modifiable count attribute representing the number of individually recorded values.
int const&
count() const;
Return Value
-
reference to the modifiable
count -
const reference to the
count
Created with MrDocs