void reserve( size_type new_cap = 0 );
Defined in header
bool empty() const;
size_type max_size() const;
int compare( const basic_string& str ) const; (1)
size_type find_last_not_of( const basic_string& str, size_type pos = npos )
Page 8 of 17