collectAndReset overloads

Synopses

Declared in <balm_collectorrepository.h>

Append to the specified records the collected metric record values from the collectors in this repository belonging to the specified category; then reset those collectors to their default values.

void
collectAndReset(
    bsl::vector<MetricRecord>* records,
    Category const* category);

Same as the preceding overload, using a std::pmr::vector result.

void
collectAndReset(
    std::pmr::vector<MetricRecord>* records,
    Category const* category);

Same as the preceding overload, using a std::vector result.

void
collectAndReset(
    std::vector<MetricRecord>* records,
    Category const* category);

Created with MrDocs