1BSON_ITER_INIT_FIND_CASE(3) Libbson BSON_ITER_INIT_FIND_CASE(3)
2
3
4
6 bson_iter_init_find_case - bson_iter_init_find_case()
7
9 bool
10 bson_iter_init_find_case (bson_iter_t *iter,
11 const bson_t *bson,
12 const char *key);
13
15 · iter: A bson_iter_t.
16
17 · bson: A bson_t.
18
19 · key: A key to locate after initializing the iter.
20
22 This function is identical to bson_iter_init() &&
23 bson_iter_find_case().
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.15.2 Nov 06, 2019 BSON_ITER_INIT_FIND_CASE(3)