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