Return whether character is a control character.
Declared in <bdlb_chartype.h>
static
bool
isCntrl(char character);
Return true if the specified character is in the CNTRL category (i.e., [1-37] and 177), and false otherwise.
true if character is a control character, and false otherwise
| Name | Description |
|---|---|
| character | character to classify |