cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::CustomOutputName Class Reference

Class of names of custom outputs. More...

#include <stat_bench/custom_output_name.h>

+ Collaboration diagram for stat_bench::CustomOutputName:

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.
 

Detailed Description

Class of names of custom outputs.

Definition at line 35 of file custom_output_name.h.

Constructor & Destructor Documentation

◆ CustomOutputName() [1/2]

stat_bench::CustomOutputName::CustomOutputName ( util::Utf8String str)
explicitnoexcept

Constructor.

Parameters
[in]strString of the name.

Definition at line 24 of file custom_output_name.cpp.

◆ CustomOutputName() [2/2]

stat_bench::CustomOutputName::CustomOutputName ( std::string str)
inlineexplicit

Constructor.

Parameters
[in]strString of the name.

Definition at line 49 of file custom_output_name.h.

Member Function Documentation

◆ str()

auto stat_bench::CustomOutputName::str ( ) const -> const util::Utf8String&
nodiscardnoexcept

Get the string of the name.

Returns
String of the name.

Definition at line 27 of file custom_output_name.cpp.


The documentation for this class was generated from the following files: