Return whether character is a whitespace character.
Declared in <bdlb_chartype.h>
static
bool
isSpace(char character);
Return true if the specified character is in the SPACE category (i.e., [space|tab|CR|NL|VT|FF]), and false otherwise.
true if character is a whitespace character, and false otherwise
| Name | Description |
|---|---|
| character | character to classify |