ReactOS 0.4.15-dev-7942-gd23573b
_set.h File Reference
#include <stl/_tree.h>
#include <stl/_relops_cont.h>
Include dependency graph for _set.h:

Go to the source code of this file.

Classes

class  set< _Key,, >
 
class  multiset< _Key,, >
 

Macros

#define _STLP_TEMPLATE_HEADER   template <class _Key, class _Compare, class _Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   set<_Key,_Compare,_Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   multiset<_Key,_Compare,_Alloc>
 

Macro Definition Documentation

◆ _STLP_TEMPLATE_CONTAINER [1/2]

#define _STLP_TEMPLATE_CONTAINER   set<_Key,_Compare,_Alloc>

Definition at line 389 of file _set.h.

◆ _STLP_TEMPLATE_CONTAINER [2/2]

#define _STLP_TEMPLATE_CONTAINER   multiset<_Key,_Compare,_Alloc>

Definition at line 389 of file _set.h.

◆ _STLP_TEMPLATE_HEADER

#define _STLP_TEMPLATE_HEADER   template <class _Key, class _Compare, class _Alloc>

Definition at line 385 of file _set.h.