BloombergLP::bdlb::CharType::isNone

Return whether character is in the NONE category.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isNone(char character);

Description

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.

Return Value

false always

Parameters

NameDescription
charactercharacter to classify