[#BloombergLP-bslmt-ThroughputBenchmarkResult-operator_assign-0e95] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult]::operator= :relfileprefix: ../../../ :mrdocs: 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult]& xref:BloombergLP/bslmt/ThroughputBenchmarkResult/operator_assign-0e9a.adoc[operator=](xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult] const& rhs); ---- [.small]#xref:BloombergLP/bslmt/ThroughputBenchmarkResult/operator_assign-0e9a.adoc[_» more..._]# Move‐assign to this object the value of the specified `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult]& xref:BloombergLP/bslmt/ThroughputBenchmarkResult/operator_assign-0f.adoc[operator=](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<ThroughputBenchmarkResult>] rhs); ---- [.small]#xref:BloombergLP/bslmt/ThroughputBenchmarkResult/operator_assign-0f.adoc[_» more..._]# == Return Value reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | object to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#