cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of Utf8String class. More...
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include <fmt/base.h>
Go to the source code of this file.
Classes | |
struct | fmt::formatter< stat_bench::util::Utf8String > |
Implementation of fmt::formatter for stat_bench::util::Utf8String. More... | |
class | std::hash< stat_bench::util::Utf8String > |
Implementation of std::hash for stat_bench::util::Utf8String. More... | |
class | stat_bench::util::Utf8String |
Class of UTF-8 encoded string. More... | |
Namespaces | |
namespace | fmt |
Namespace of fmt library. | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::util |
Namespace of utility functions and classes. | |
namespace | std |
STL namespace. | |
Functions | |
auto | stat_bench::util::operator!= (const Utf8String &lhs, const Utf8String &rhs) noexcept -> bool |
Compare two Utf8String objects. | |
auto | stat_bench::util::operator< (const Utf8String &lhs, const Utf8String &rhs) noexcept -> bool |
Compare two Utf8String objects. | |
auto | stat_bench::util::operator<< (std::ostream &stream, const Utf8String &val) -> std::ostream & |
Format to a stream. | |
auto | stat_bench::util::operator<= (const Utf8String &lhs, const Utf8String &rhs) noexcept -> bool |
Compare two Utf8String objects. | |
auto | stat_bench::util::operator== (const Utf8String &lhs, const Utf8String &rhs) noexcept -> bool |
Compare two Utf8String objects. | |
auto | stat_bench::util::operator> (const Utf8String &lhs, const Utf8String &rhs) noexcept -> bool |
Compare two Utf8String objects. | |
auto | stat_bench::util::operator>= (const Utf8String &lhs, const Utf8String &rhs) noexcept -> bool |
Compare two Utf8String objects. | |
Definition of Utf8String class.
Definition in file utf8_string.h.