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.14.0 Feb 22, 2019 BSON_ITER_INIT_FIND(3)