BloombergLP::bdlb::CharType::isOdigit

Return whether character is an octal digit.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isOdigit(char character);

Description

Return true if the specified character is in the ODIGIT category (i.e., [0-7]), and false otherwise.

Return Value

true if character is an octal digit, and false otherwise

Parameters

NameDescription
charactercharacter to classify