total overloads

Synopses

Declared in <balm_metricrecord.h>

Return a reference to the modifiable total attribute representing the sum of the individually recorded values.

double&
total();

Return a reference to the non‐modifiable total attribute representing the sum of the individually recorded values.

double const&
total() const;

Return Value

  • reference to the modifiable total

  • const reference to the total

Created with MrDocs