Return all GRAPH characters as a null‐terminated string.

Synopsis

Declared in <bdlb_chartype.h>

static
char const*
stringGraph();

Description

Return a null‐terminated string consisting of all characters in the category GRAPH (i.e., any printable character except SPACE), ordered by increasing character codes.

Return Value

null‐terminated string of all GRAPH characters

Created with MrDocs