Return whether character is an octal digit.
Declared in <bdlb_chartype.h>
static
bool
isOdigit(char character);
Return true if the specified character is in the ODIGIT category (i.e., [0-7]), and false otherwise.
true if character is an octal digit, and false otherwise
| Name | Description |
|---|---|
| character | character to classify |