cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of names of custom outputs. More...
#include <stat_bench/custom_output_name.h>
Public Member Functions | |
CustomOutputName (std::string str) | |
Constructor. | |
CustomOutputName (util::Utf8String str) noexcept | |
Constructor. | |
auto | str () const noexcept -> const util::Utf8String & |
Get the string of the name. | |
Class of names of custom outputs.
Definition at line 35 of file custom_output_name.h.
|
explicitnoexcept |
Constructor.
[in] | str | String of the name. |
Definition at line 24 of file custom_output_name.cpp.
|
inlineexplicit |
Constructor.
[in] | str | String of the name. |
Definition at line 49 of file custom_output_name.h.
|
nodiscardnoexcept |
Get the string of the name.
Definition at line 27 of file custom_output_name.cpp.