Return an iterator positioned one past the final MetricSampleGroup object in the sequence of sample groups contained by this object.
Synopsis
Declared in <balm_metricsample.h>
MetricSample::const_iterator
end() const;
Description
Note that the iterator will remain valid until this sample is modified by invoking appendGroup or removeAllRecords().
Return Value
iterator positioned one past the final sample group
Created with MrDocs