Defined in header
reverse_iterator rend();
basic_string& append( size_type count, CharT ch ); (1)
const CharT* c_str() const;
The C++ strings library includes support for two general types of strings: std::basic_string - a templated class designed
static const size_type npos = -1;
void clear();
Page 1 of 17