cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Implementation of Utf8String class. More...
#include "stat_bench/util/utf8_string.h"
#include <ostream>
#include <utility>
#include <fmt/format.h>
#include <simdutf.h>
#include "stat_bench/stat_bench_exception.h"
Go to the source code of this file.
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. | |
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. | |
Implementation of Utf8String class.
Definition in file utf8_string.cpp.