1BSON_ITER_INIT_FIND_W_LEN(3)        libbson       BSON_ITER_INIT_FIND_W_LEN(3)
2
3
4

SYNOPSIS

6          bool
7          bson_iter_init_find_w_len (bson_iter_t *iter,
8                                     const bson_t *bson,
9                                     const char *key,
10                                     int keylen);
11

PARAMETERS

13iter: A bson_iter_t.
14
15bson: A bson_t.
16
17key: A key to locate after initializing the iter.
18
19keylen: An integer indicating the length of the key string.
20

DESCRIPTION

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

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.25.1                           Nov 08, 2023     BSON_ITER_INIT_FIND_W_LEN(3)
Impressum