Return whether character is in the NONE category.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isNone(char character);

Description

Return true if the specified character is in the NONE category (i.e., []), and false otherwise. Note that this function always returns false, but is provided for completeness.

Return Value

false always

Parameters

Name

Description

character

character to classify

Created with MrDocs