basic_string& erase( size_type index = 0, size_type count = npos );
Defined in header
size_type find_last_not_of( const basic_string& str, size_type pos = npos )
static char_type to_char_type( int_type c );
static std::size_t length( const char_type* s );
iterator begin();
Page 10 of 17