[character.seq.general] (original) (raw)

Acharacter sequenceis an array object A that can be declared as_T A_[_N_], where T is any of the typeschar,unsigned char, orsigned char ([basic.fundamental]), optionally qualified by any combination ofconstorvolatile.

The initial elements of the array have defined contents up to and including an element determined by some predicate.

A character sequence can be designated by a pointer value_S_ that points to its first element.