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;
Created with MrDocs