Determines whether the given character has a graphical representation.
Declared in <absl/strings/ascii.h>
constexpr
bool
ascii_isgraph(unsigned char c);
true if c has a graphical representation, false otherwise.
| Name | Description |
|---|---|
| c | The character to test. |