1BSON_ITER_INIT_FIND_W_LEN(3)        Libbson       BSON_ITER_INIT_FIND_W_LEN(3)
2
3
4

NAME

6       bson_iter_init_find_w_len - bson_iter_init_find_w_len()
7

SYNOPSIS

9          bool
10          bson_iter_init_find_w_len (bson_iter_t *iter,
11                                     const bson_t *bson,
12                                     const char *key,
13                                     int keylen);
14

PARAMETERS

16       · iter: A bson_iter_t.
17
18       · bson: A bson_t.
19
20       · key: A key to locate after initializing the iter.
21
22       · keylen: An integer indicating the length of the key string.
23

DESCRIPTION

25       This     function     is     identical    to    (bson_iter_init()    &&
26       bson_iter_find_w_len()).
27

AUTHOR

29       MongoDB, Inc
30
32       2017-present, MongoDB, Inc
33
34
35
36
371.15.2                           Nov 06, 2019     BSON_ITER_INIT_FIND_W_LEN(3)
Impressum