Return true if the specified character is in the GRAPH category (i.e., any printable character except SPACE), and false otherwise.
true
character
GRAPH
SPACE
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isGraph(char character);