Defined in header
basic_string& insert( size_type index, size_type count, CharT ch );
size_type copy( CharT* dest, size_type count
iterator end();
void resize( size_type count ); (1)
Page 5 of 17