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