[#BloombergLP-bdlb-CharType-isAll] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isAll :relfileprefix: ../../../ :mrdocs: Return whether `character` is in the `ALL` category. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *character* | character to classify |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#