[#BloombergLP-bdlb-CharType-isGraph] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isGraph :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `character` is in the `GRAPH` category (i.e., any printable character except `SPACE`), and `false` otherwise. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isGraph(char character); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#