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

Namespaces

 experimental
 
 experimental::fundamentals_v2
 

Macros

#define _EXPERIMENTAL_VECTOR_
 

Functions

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

Macro Definition Documentation

#define _EXPERIMENTAL_VECTOR_