Return whether character is in the ALL category.
Synopsis
Declared in <bdlb_chartype.h>
static
bool
isAll(char character);
Description
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.
Return Value
true always
Parameters
Name |
Description |
character |
character to classify |
Created with MrDocs