STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Macros | Functions
map File Reference
#include <map>
#include <experimental/xutility>

Namespaces

 experimental
 
 experimental::fundamentals_v2
 

Macros

#define _EXPERIMENTAL_MAP_
 

Functions

template<class _Kty , class _Ty , class _Keylt , class _Alloc , class _Pr >
void experimental::fundamentals_v2::erase_if (map< _Kty, _Ty, _Keylt, _Alloc > &_Cont, _Pr _Pred)
 
template<class _Kty , class _Ty , class _Keylt , class _Alloc , class _Pr >
void experimental::fundamentals_v2::erase_if (multimap< _Kty, _Ty, _Keylt, _Alloc > &_Cont, _Pr _Pred)
 

Macro Definition Documentation

#define _EXPERIMENTAL_MAP_