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

Namespaces

 experimental
 
 experimental::fundamentals_v2
 

Macros

#define _EXPERIMENTAL_LIST_
 

Functions

template<class _Ty , class _Alloc , class _Pr >
void experimental::fundamentals_v2::erase_if (list< _Ty, _Alloc > &_Cont, _Pr _Pred)
 
template<class _Ty , class _Alloc , class _Uty >
void experimental::fundamentals_v2::erase (list< _Ty, _Alloc > &_Cont, const _Uty &_Val)
 

Macro Definition Documentation

#define _EXPERIMENTAL_LIST_