1BSON_ITER_INIT_FIND_CASE(3)         libbson        BSON_ITER_INIT_FIND_CASE(3)
2
3
4

SYNOPSIS

6          bool
7          bson_iter_init_find_case (bson_iter_t *iter,
8                                    const bson_t *bson,
9                                    const char *key);
10

PARAMETERS

12iter: A bson_iter_t.
13
14bson: A bson_t.
15
16key: A key to locate after initializing the iter.
17

DESCRIPTION

19       This     function     is     identical     to    bson_iter_init()    &&
20       bson_iter_find_case().
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023      BSON_ITER_INIT_FIND_CASE(3)
Impressum