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

Namespaces

 experimental
 
 experimental::fundamentals_v2
 

Macros

#define _EXPERIMENTAL_STRING_
 

Functions

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

Macro Definition Documentation

#define _EXPERIMENTAL_STRING_