[#BloombergLP-bslmt-ThroughputBenchmarkResult-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult]::ThroughputBenchmarkResult :relfileprefix: ../../../ :mrdocs: Create a `ThroughputBenchmarkResult` object having the same value and the same allocator as the specified `original` object. The value of `original` becomes unspecified but valid, and its allocator remains unchanged. == Synopsis Declared in `<bslmt_throughputbenchmarkresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ThroughputBenchmarkResult(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<ThroughputBenchmarkResult>] original) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#