1BSON_ITER_INIT_FIND(3) libbson BSON_ITER_INIT_FIND(3)
23
4
NAME
6bson_iter_init_find - bson_iter_init_find()
7
SYNOPSIS
9bool
10bson_iter_init_find (bson_iter_t *iter, const bson_t *bson, const char *key);
11
PARAMETERS
13• iter: A bson_iter_t.
1415
• bson: A bson_t.
1617
• key: A key to locate after initializing the iter.
18
DESCRIPTION
20This function is identical to (bson_iter_init() && bson_iter_find()).
21
AUTHOR
23MongoDB, Inc
24
COPYRIGHT
262017-present, MongoDB, Inc
2728
29
30
31
1.20.0 Nov 18, 2021 BSON_ITER_INIT_FIND(3)