Defined in header
reverse_iterator rend();
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;
A null-terminated multibyte string (NTMBS), or "multibyte string", is a sequence of nonzero bytes followed by a byte with value zero (the terminating null character).
static int compare( const char_type* s1, const char_type* s2
Page 1 of 17