Return an iterator positioned at the beginning of the sequence of MetricSampleGroup objects contained by this object.
Synopsis
Declared in <balm_metricsample.h>
MetricSample::const_iterator
begin() const;
Description
Note that the iterator will remain valid until this sample is modified by invoking either appendGroups or removeAllRecords().
Return Value
iterator positioned at the beginning of the sample groups
Created with MrDocs