![]() |
![]()
| ![]() |
![]()
SYNOPSISbool bson_isspace (int c); PARAMETERS
DESCRIPTIONA 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]. RETURNSA boolean indicating if the c is considered white-space (as determined by the isspace function). AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|