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

Definition of OrderedMap class. More...

#include <algorithm>
#include <cstddef>
#include <initializer_list>
#include <unordered_map>
#include <utility>
#include <vector>
+ Include dependency graph for ordered_map.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of OrderedMap class.

Definition in file ordered_map.h.