Assign to this sample group the value of the specified rhs sample group, and return a reference to this modifiable sample group.
Synopsis
Declared in <balm_metricsample.h>
MetricSampleGroup&
operator=(MetricSampleGroup const& rhs);
Description
Note that only the pointer to the MetricRecord array and the length are copied, and not the records themselves.
Return Value
reference to this modifiable sample group
Parameters
Name |
Description |
rhs |
sample group to assign from |
Created with MrDocs