1BSON_ITER_FIND_CASE(3) libbson BSON_ITER_FIND_CASE(3)
2
3
4
6 bson_iter_find_case - bson_iter_find_case()
7
9 bool
10 bson_iter_find_case (bson_iter_t *iter, const char *key);
11
13 · iter: A bson_iter_t.
14
15 · key: An ASCII string containing the field to locate.
16
18 Advances iter until it is observing an element matching the name of key
19 or exhausting all elements.
20
21 key is not case-sensitive. The keys will be case-folded to determine a
22 match using the current locale.
23
25 true if key was found.
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.16.2 Feb 25, 2020 BSON_ITER_FIND_CASE(3)