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

15iter: A bson_iter_t.
16
17bson: A bson_t.
18
19key: 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.21.1                           Mar 02, 2022      BSON_ITER_INIT_FIND_CASE(3)
Impressum