1BSON_ITER_NEXT(3) libbson BSON_ITER_NEXT(3)
2
3
4
6 bson_iter_next - bson_iter_next()
7
9 bool
10 bson_iter_next (bson_iter_t *iter);
11
13 ยท iter: A bson_iter_t.
14
16 Advances iter to the next element in the document.
17
19 true if iter was advanced. Returns false if iter has passed the last
20 element in the document or encountered invalid BSON.
21
22 It is a programming error to use iter after this function has returned
23 false.
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.16.2 Feb 25, 2020 BSON_ITER_NEXT(3)