fn() isgraph
Check if character is printable and not white space

Defined in <cctype>
Signature bool isgraph(c);

Parameters

c The character to be checked. Type: int

Return Values

bool true (non-zero) if c is a printable character.

Detailed Description

Remarks

This is non-SeqAn, plain c and listed for completeness.

See Also