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