Return whether character is in the NONE category.
Declared in <bdlb_chartype.h>
static
bool
isNone(char character);
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.
false always
| Name | Description |
|---|---|
| character | character to classify |