1#ifndef NE_STL_INCLUDENE_STL_MAP_H
2#define NE_STL_INCLUDENE_STL_MAP_H
10template <
class K,
class V>
14template <
class K,
class V,
class Hash = hash_default_hash<K>,
class Eq = hash_default_eq<K>,
class Alloc = Allocator<Pair<const K, V>>>
Definition ne_stl_map.h:15
Definition ne_stl_map.h:27
Definition phmap_base.h:4766
Definition ne_stl_any.h:7
phmap::priv::hash_default_hash< K > hash_default_hash
Definition ne_stl_map.h:7
phmap::priv::hash_default_eq< K > hash_default_eq
Definition ne_stl_map.h:9
phmap::priv::Pair< const K, V > Pair
Definition ne_stl_map.h:11
phmap::priv::Allocator< K > Allocator
Definition ne_stl_map.h:13
typename phmap::Pair< T1, T2 > Pair
Definition phmap_fwd_decl.h:65
typename priv::HashEq< T >::Hash hash_default_hash
Definition phmap_fwd_decl.h:54
typename priv::HashEq< T >::Eq hash_default_eq
Definition phmap_fwd_decl.h:57
typename phmap::Allocator< T > Allocator
Definition phmap_fwd_decl.h:61