cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of UTF-8 encoded string. More...
#include <stat_bench/util/utf8_string.h>
Public Member Functions | |
Utf8String ()=default | |
Constructor. (Empty string.) | |
Utf8String (std::string str) | |
Constructor. | |
auto | str () const noexcept -> const std::string & |
Get the string. | |
Class of UTF-8 encoded string.
Definition at line 35 of file utf8_string.h.
|
explicit |
|
nodiscardnoexcept |