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