BSON_ISSPACE(3) | libbson | BSON_ISSPACE(3) |
bson_isspace - bson_isspace()
bool bson_isspace (int c);
A safer alternative to isspace with additional bounds checking.
It is equivalent to isspace, excepts always returns false if c is out of the inclusive bounds [-1, 255].
A boolean indicating if the c is considered white-space (as determined by the isspace function).
MongoDB, Inc
2017-present, MongoDB, Inc
October 20, 2022 | 1.23.1 |