Return whether character is printable, excluding space.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isGraph(char character);

Description

Return true if the specified character is in the GRAPH category (i.e., any printable character except SPACE), and false otherwise.

Return Value

true if character is printable (excluding space), and false otherwise

Parameters

Name

Description

character

character to classify

Created with MrDocs