BloombergLP::bslmt::ThroughputBenchmarkResult::operator=

Assignment operators

Synopses

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...

Return Value

reference to this object

Parameters

NameDescription
rhsobject to assign from