min overloads

Synopses

Declared in <balm_metricrecord.h>

Return a reference to the modifiable min attribute representing the minimum of the individually recorded values.

double&
min();

Return a reference to the non‐modifiable min attribute representing the minimum of the individually recorded values.

double const&
min() const;

Created with MrDocs