ReactOS 0.4.15-dev-7907-g95bf896
_unordered_map.h File Reference
Include dependency graph for _unordered_map.h:

Go to the source code of this file.

Classes

class  unordered_map< _Key, _Tp,,, >
 
class  unordered_multimap< _Key, _Tp,,, >
 

Macros

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

Macro Definition Documentation

◆ _STLP_TEMPLATE_CONTAINER [1/2]

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

Definition at line 357 of file _unordered_map.h.

◆ _STLP_TEMPLATE_CONTAINER [2/2]

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

Definition at line 357 of file _unordered_map.h.

◆ _STLP_TEMPLATE_HEADER

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

Definition at line 351 of file _unordered_map.h.