BloombergLP::bslmt::ThroughputBenchmark::CleanupSampleFunction

An alias to a function meeting the following contract: ` /// Clean up after the sample run. If the specified isLast is /// true, this is the last sample run. void cleanupSample(bool isLast); `

Synopsis

Declared in <bslmt_throughputbenchmark.h>

typedef bsl::function<void(bool)> CleanupSampleFunction;