Return whether character is a C-style identifier character.
Declared in <bdlb_chartype.h>
static
bool
isIdent(char character);
Return true if the specified character is in the IDENT category (i.e., [ALNUM|]), and false otherwise.
true if character is a C-style identifier character, and false otherwise
| Name | Description |
|---|---|
| character | character to classify |