Return all PRINT characters as a null‐terminated string.
Synopsis
Declared in <bdlb_chartype.h>
static
char const*
stringPrint();
Description
Return a null‐terminated string consisting of all characters in the category PRINT (i.e., any printable character including SPACE), ordered by increasing character codes.
Return Value
null‐terminated string of all PRINT characters
Created with MrDocs