cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of ParameterValue class. More...
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <type_traits>
#include <typeindex>
#include <typeinfo>
#include <utility>
#include <variant>
#include <fmt/format.h>
#include "stat_bench/stat_bench_exception.h"
#include "stat_bench/util/utf8_string.h"
Go to the source code of this file.
Classes | |
class | std::hash< stat_bench::param::ParameterValue > |
Implementation of std::hash for stat_bench::param::ParameterValue. More... | |
class | stat_bench::param::ParameterValue |
Class of values of parameters. More... | |
struct | stat_bench::param::ParameterValueTraits< T > |
Class of traits of parameter values. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::param |
Namespace of parameters of benchmarks. | |
namespace | std |
STL namespace. | |
Typedefs | |
using | stat_bench::param::ParameterValueVariant |
Type of variant of parameter values. | |
Definition of ParameterValue class.
Definition in file parameter_value.h.