void push_back( CharT ch );
The C++ strings library includes support for two general types of strings: std::basic_string - a templated class designed
A null-terminated byte string (NTBS) is a sequence of nonzero bytes followed by a byte with value zero (the terminating null character). Each byte in a byte string encodes
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).
void clear();
Defined in header
static char_type* move( char_type* dest, const char_type* src
Page 1 of 17