ReactOS 0.4.15-dev-7842-g558ab78
_hash_map.h File Reference
Include dependency graph for _hash_map.h:

Go to the source code of this file.

Classes

class  hash_map< _Key, _Tp,,, >
 
class  hash_multimap< _Key, _Tp,,, >
 

Macros

#define _STLP_TEMPLATE_HEADER   template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>
 

Macro Definition Documentation

◆ _STLP_TEMPLATE_CONTAINER [1/2]

#define _STLP_TEMPLATE_CONTAINER   hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>

Definition at line 420 of file _hash_map.h.

◆ _STLP_TEMPLATE_CONTAINER [2/2]

#define _STLP_TEMPLATE_CONTAINER   hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>

Definition at line 420 of file _hash_map.h.

◆ _STLP_TEMPLATE_HEADER

#define _STLP_TEMPLATE_HEADER   template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc>

Definition at line 416 of file _hash_map.h.