cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of generators of parameter dictionaries. More...
#include <stat_bench/param/parameter_generator.h>
Public Member Functions | |
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 generators of parameter dictionaries.
Definition at line 37 of file parameter_generator.h.
|
explicit |
Constructor.
[in] | params | Parameters. (Pairs of names and vectors of values.) |
Definition at line 29 of file parameter_generator.cpp.
|
nodiscard |
|
nodiscard |
Iterate once.
Definition at line 41 of file parameter_generator.cpp.