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

Go to the source code of this file.

Classes

class  map< _Key, _Tp,, >
 
class  map< _Key, _Tp,, >::value_compare
 
class  multimap< _Key, _Tp,, >
 
class  multimap< _Key, _Tp,, >::value_compare
 

Macros

#define _STLP_TEMPLATE_HEADER   template <class _Key, class _Tp, class _Compare, class _Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   map<_Key,_Tp,_Compare,_Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   multimap<_Key,_Tp,_Compare,_Alloc>
 

Macro Definition Documentation

◆ _STLP_TEMPLATE_CONTAINER [1/2]

#define _STLP_TEMPLATE_CONTAINER   map<_Key,_Tp,_Compare,_Alloc>

Definition at line 411 of file _map.h.

◆ _STLP_TEMPLATE_CONTAINER [2/2]

#define _STLP_TEMPLATE_CONTAINER   multimap<_Key,_Tp,_Compare,_Alloc>

Definition at line 411 of file _map.h.

◆ _STLP_TEMPLATE_HEADER

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

Definition at line 407 of file _map.h.