Return all ALL characters as a null‐terminated string.
Synopsis
Declared in <bdlb_chartype.h>
static
char const*
stringAll();
Description
Return a null‐terminated string consisting of all characters in the category ALL (i.e., [0‐377]), ordered by increasing character codes. Note that this string, if printed, may appear to be of length 0 because the NULL character is part of the set and appears first.
Return Value
null‐terminated string of all ALL characters
Created with MrDocs