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

SYNOPSIS

6          bool
7          bson_iter_init_find (bson_iter_t *iter, const bson_t *bson, const char *key);
8

PARAMETERS

10iter: A bson_iter_t.
11
12bson: A bson_t.
13
14key: A key to locate after initializing the iter.
15

DESCRIPTION

17       This function is identical to (bson_iter_init() && bson_iter_find()).
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023           BSON_ITER_INIT_FIND(3)
Impressum