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

Go to the source code of this file.

Classes

class  unordered_set< _Value,,, >
 
class  unordered_multiset< _Value,,, >
 

Macros

#define _STLP_TEMPLATE_HEADER   template <class _Value, class _HashFcn, class _EqualKey, class _Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   unordered_set<_Value,_HashFcn,_EqualKey,_Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   unordered_multiset<_Value,_HashFcn,_EqualKey,_Alloc>
 

Macro Definition Documentation

◆ _STLP_TEMPLATE_CONTAINER [1/2]

#define _STLP_TEMPLATE_CONTAINER   unordered_set<_Value,_HashFcn,_EqualKey,_Alloc>

Definition at line 333 of file _unordered_set.h.

◆ _STLP_TEMPLATE_CONTAINER [2/2]

#define _STLP_TEMPLATE_CONTAINER   unordered_multiset<_Value,_HashFcn,_EqualKey,_Alloc>

Definition at line 333 of file _unordered_set.h.

◆ _STLP_TEMPLATE_HEADER

#define _STLP_TEMPLATE_HEADER   template <class _Value, class _HashFcn, class _EqualKey, class _Alloc>

Definition at line 327 of file _unordered_set.h.