BloombergLP::bdlb::CharType::isSpace

Return whether character is a whitespace character.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isSpace(char character);

Description

Return true if the specified character is in the SPACE category (i.e., [space|tab|CR|NL|VT|FF]), and false otherwise.

Return Value

true if character is a whitespace character, and false otherwise

Parameters

NameDescription
charactercharacter to classify