An alias to a function meeting the following contract: ` /// Initialize the sample run. If the specified isFirst is true, /// this is the first sample run. void initializeSample(bool isFirst); `
Declared in <bslmt_throughputbenchmark.h>
typedef bsl::function<void(bool)> InitializeSampleFunction;