|
noexcept |
Returns a flag that indicates whether a given character belongs to the ASCII code space and has a nonempty graphical representation, i.e. any printable character except for whitespace characters.
ch | is the character to check. |
ch
is an ASCII alphanumeric or punctuational character, or zero otherwise.The function repeats the standard library isgraph function.