[#BloombergLP-bdlb-CharType-isNone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isNone :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isNone(char character); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#