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