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

Namespaces

 experimental
 
 experimental::fundamentals_v2
 

Macros

#define _EXPERIMENTAL_XUTILITY_
 

Functions

template<class _Container , class _Pr >
void experimental::fundamentals_v2::_Erase_nodes_if (_Container &_Cont, _Pr &_Pred)
 
template<class _Container , class _Pr >
void experimental::fundamentals_v2::_Erase_remove_if (_Container &_Cont, _Pr &_Pred)
 
template<class _Container , class _Uty >
void experimental::fundamentals_v2::_Erase_remove (_Container &_Cont, const _Uty &_Val)
 

Macro Definition Documentation

#define _EXPERIMENTAL_XUTILITY_