cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of configurations of parameters. More...
#include <stat_bench/param/parameter_config.h>
Public Member Functions | |
ParameterConfig ()=default | |
Constructor. | |
template<typename T> | |
auto | add (const ParameterName ¶m_name) -> std::shared_ptr< ParameterValueVector< T > > |
Add a parameter. | |
auto | create_generator () const |
Create a generator of parameter dictionaries. | |
auto | has (const ParameterName ¶m_name) const -> bool |
Check whether a parameter exists. | |
Class of configurations of parameters.
Definition at line 37 of file parameter_config.h.
|
inlinenodiscard |
Add a parameter.
T | Type of parameter values. |
[in] | param_name | Parameter name. |
Definition at line 52 of file parameter_config.h.
|
inlinenodiscard |
Create a generator of parameter dictionaries.
Definition at line 78 of file parameter_config.h.
|
inlinenodiscard |
Check whether a parameter exists.
[in] | param_name | Parameter name. |
Definition at line 65 of file parameter_config.h.