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

16iter: A bson_iter_t.
17
18bson: A bson_t.
19
20key: A key to locate after initializing the iter.
21
22keylen: 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.23.1                           Oct 20, 2022     BSON_ITER_INIT_FIND_W_LEN(3)
Impressum