Create a ThroughputBenchmarkResult by moving from original.

Synopsis

Declared in <bslmt_throughputbenchmarkresult.h>

ThroughputBenchmarkResult(bslmf::MovableRef<ThroughputBenchmarkResult> original) noexcept;

Description

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.

Parameters

Name

Description

original

object to move from

Created with MrDocs