Determines whether the given character is a whitespace character (space, tab, vertical tab, formfeed, linefeed, or carriage return).
Declared in <absl/strings/ascii.h>
bool
ascii_isspace(unsigned char c);
true if c is whitespace, false otherwise.
| Name | Description |
|---|---|
| c | The character to test. |