cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of OrderedMap class. More...
#include <algorithm>
#include <cstddef>
#include <initializer_list>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | stat_bench::util::OrderedMap< Key, MappedValue > |
Class of mapping which preserves order of insertion. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::util |
Namespace of utility functions and classes. | |
Definition of OrderedMap class.
Definition in file ordered_map.h.