max overloads

Synopses

Declared in <balm_metricrecord.h>

Return a reference to the modifiable max attribute representing the maximum of the individually recorded values.

double&
max();

Return a reference to the non‐modifiable max attribute representing the maximum of the individually recorded values.

double const&
max() const;

Return Value

  • reference to the modifiable max

  • const reference to the max

Created with MrDocs