Return whether character is alphabetic or underscore.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isAlund(char character);

Description

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

Return Value

true if character is alphabetic or underscore, and false otherwise

Parameters

Name

Description

character

character to classify

Created with MrDocs