Return whether character is a 7-bit ASCII character.
Declared in <bdlb_chartype.h>
static
bool
isAscii(char character);
Return true if the specified character is in the ASCII category (i.e., [0-177]), and false otherwise.
true if character is a 7-bit ASCII character, and false otherwise
| Name | Description |
|---|---|
| character | character to classify |