cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of names of measurers. More...
#include <stat_bench/measurer/measurer_name.h>
Public Member Functions | |
MeasurerName (std::string str) | |
Constructor. | |
MeasurerName (util::Utf8String str) noexcept | |
Constructor. | |
auto | str () const noexcept -> const util::Utf8String & |
Get the string of the name. | |
Class of names of measurers.
Definition at line 36 of file measurer_name.h.
|
explicitnoexcept |
|
inlineexplicit |
|
nodiscardnoexcept |
Get the string of the name.
Definition at line 28 of file measurer_name.cpp.