![]() |
![]()
| ![]() |
![]()
SYNOPSISbool bson_iter_find_case (bson_iter_t *iter, const char *key); PARAMETERS
DESCRIPTIONAdvances iter to the first element matching the name of key or exhausting all elements. key is not case-sensitive. The keys will be case-folded to determine a match using the current locale. RETURNStrue if key was found. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|