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

NAME

6       bson_iter_init_find_case - bson_iter_init_find_case()
7

SYNOPSIS

9          bool
10          bson_iter_init_find_case (bson_iter_t *iter,
11                                    const bson_t *bson,
12                                    const char *key);
13

PARAMETERS

15       · iter: A bson_iter_t.
16
17       · bson: A bson_t.
18
19       · key: A key to locate after initializing the iter.
20

DESCRIPTION

22       This     function     is     identical     to    bson_iter_init()    &&
23       bson_iter_find_case().
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.17.4                           Feb 04, 2021      BSON_ITER_INIT_FIND_CASE(3)
Impressum