cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
utf8_string.h File Reference

Definition of Utf8String class. More...

#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include <fmt/base.h>
+ Include dependency graph for utf8_string.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of Utf8String class.

Definition in file utf8_string.h.