BloombergLP::bdlb::CharType::isIdent

Return whether character is a C-style identifier character.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isIdent(char character);

Description

Return true if the specified character is in the IDENT category (i.e., [ALNUM|]), and false otherwise.

Return Value

true if character is a C-style identifier character, and false otherwise

Parameters

NameDescription
charactercharacter to classify