31 const auto [iterator, added] =
32 measurement_configs_.try_emplace(config.
type(), config);
35 config.
type().str().str() +
"\" in a group");
Definition of BenchmarkGroupConfig class.
Class of measurement configurations.
auto type(std::string value) -> MeasurementConfig &
Set the measurement type.
Class of exceptions in this library.
void add_measurement_config(const MeasurementConfig &config)
Add a measurement configuration to the group.
Namespace of internal implementation.
Namespace of stat_bench source codes.
Definition of StatBenchException class.
Definition of Utf8String class.