BSON_ITER_FIND_CASE(3) | Libbson | BSON_ITER_FIND_CASE(3) |
bson_iter_find_case - bson_iter_find_case()
bool bson_iter_find_case (bson_iter_t *iter, const char *key);
Advances iter until it is observing an 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.
true if key was found.
MongoDB, Inc
2017-present, MongoDB, Inc
February 23, 2019 | 1.14.0 |