cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of names of parameters. More...
#include <stat_bench/param/parameter_name.h>
Public Member Functions | |
ParameterName (std::string str) | |
Constructor. | |
ParameterName (util::Utf8String str) noexcept | |
Constructor. | |
auto | str () const noexcept -> const util::Utf8String & |
Get the string of the name. | |
Class of names of parameters.
Definition at line 38 of file parameter_name.h.
|
explicitnoexcept |
Constructor.
[in] | str | String of the name. |
Definition at line 25 of file parameter_name.cpp.
|
inlineexplicit |
|
nodiscardnoexcept |
Get the string of the name.
Definition at line 28 of file parameter_name.cpp.