45 std::shared_ptr<IParameterValueVector>>>& params);
52 [[nodiscard]]
auto iterate() -> bool;
70 std::shared_ptr<IParameterValueVector> values{};
83 std::vector<ParamData> params_{};
std::vector< ParameterValue >::const_iterator ConstIterator
Type of iterators.
Class of dictionaries of parameters.
ParameterGenerator(const std::vector< std::pair< ParameterName, std::shared_ptr< IParameterValueVector > > > ¶ms)
Constructor.
auto generate() const -> ParameterDict
Generate the parameters.
auto iterate() -> bool
Iterate once.
Class of names of parameters.
Namespace of parameters of benchmarks.
Namespace of stat_bench source codes.
Definition of ParameterDict class.
Definition of ParameterName class.
Definition of ParameterValueVector class.