cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of ParameterName class. More...
#include <cstddef>
#include <functional>
#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 | |
struct | fmt::formatter< stat_bench::param::ParameterName > |
Implementation of fmt::formatter for stat_bench::param::ParameterName. More... | |
class | std::hash< stat_bench::param::ParameterName > |
Implementation of std::hash for stat_bench::param::ParameterName. More... | |
class | stat_bench::param::ParameterName |
Class of names of parameters. More... | |
Namespaces | |
namespace | fmt |
Namespace of fmt library. | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::param |
Namespace of parameters of benchmarks. | |
namespace | std |
STL namespace. | |
Functions | |
auto | stat_bench::param::operator!= (const ParameterName &lhs, const ParameterName &rhs) noexcept -> bool |
Compare two ParameterName objects. | |
auto | stat_bench::param::operator< (const ParameterName &lhs, const ParameterName &rhs) noexcept -> bool |
Compare two ParameterName objects. | |
auto | stat_bench::param::operator<< (std::ostream &stream, const ParameterName &val) -> std::ostream & |
Format to a stream. | |
auto | stat_bench::param::operator<= (const ParameterName &lhs, const ParameterName &rhs) noexcept -> bool |
Compare two ParameterName objects. | |
auto | stat_bench::param::operator== (const ParameterName &lhs, const ParameterName &rhs) noexcept -> bool |
Compare two ParameterName objects. | |
auto | stat_bench::param::operator> (const ParameterName &lhs, const ParameterName &rhs) noexcept -> bool |
Compare two ParameterName objects. | |
auto | stat_bench::param::operator>= (const ParameterName &lhs, const ParameterName &rhs) noexcept -> bool |
Compare two ParameterName objects. | |
Definition of ParameterName class.
Definition in file parameter_name.h.