Assignment operators
Declared in <bslmt_throughputbenchmarkresult.h>
Assign to this object the value of the specified rhs benchmark result, and return a reference providing modifiable access to this object.
ThroughputBenchmarkResult&
operator=(ThroughputBenchmarkResult const& rhs);
» more...
Move-assign to this object the value of the specified rhs.
ThroughputBenchmarkResult&
operator=(bslmf::MovableRef<ThroughputBenchmarkResult> rhs);
» more...
reference to this object
| Name | Description |
|---|---|
| rhs | object to assign from |