Return whether character is in the ALL category.
Declared in <bdlb_chartype.h>
static
bool
isAll(char character);
Return true if the specified character is in the ALL category (i.e., [0-377]), and false otherwise. Note that this function always returns true, but is provided for completeness.
true always
| Name | Description |
|---|---|
| character | character to classify |