Defined in header
void resize( size_type count ); (1)
iterator end();
basic_string& insert( size_type index, size_type count, CharT ch );
size_type rfind( const basic_string& str, size_type pos = npos ) const;
Page 4 of 17