1BSON_ITER_INIT_FIND(3)              libbson             BSON_ITER_INIT_FIND(3)
2
3
4

NAME

6       bson_iter_init_find - bson_iter_init_find()
7

SYNOPSIS

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

PARAMETERS

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

DESCRIPTION

20       This function is identical to (bson_iter_init() && bson_iter_find()).
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.16.2                           Feb 25, 2020           BSON_ITER_INIT_FIND(3)
Impressum