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 to the first element matching the name of key or exhaust‐
19 ing 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.24.3 Aug 17, 2023 BSON_ITER_FIND_CASE(3)