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

Definition of ParameterDict class. More...

#include <cstddef>
#include <functional>
#include <unordered_map>
#include <utility>
#include <fmt/base.h>
#include <fmt/format.h>
#include "stat_bench/param/parameter_name.h"
#include "stat_bench/param/parameter_value.h"
#include "stat_bench/stat_bench_exception.h"
#include "stat_bench/util/ordered_map.h"
#include "stat_bench/util/utf8_string.h"
+ Include dependency graph for parameter_dict.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::param::ParameterDict >
 Implementation of fmt::formatter for stat_bench::param::ParameterDict. More...
 
class  std::hash< stat_bench::param::ParameterDict >
 Implementation of std::hash for stat_bench::param::ParameterDict. More...
 
class  stat_bench::param::ParameterDict
 Class of dictionaries 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.
 

Detailed Description

Definition of ParameterDict class.

Definition in file parameter_dict.h.