basic_string& append( size_type count, CharT ch ); (1)
Defined in header
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;
static int compare( const char_type* s1, const char_type* s2
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).
Page 3 of 17