1BSON_ITER_NEXT(3)                   libbson                  BSON_ITER_NEXT(3)
2
3
4

SYNOPSIS

6          bool
7          bson_iter_next (bson_iter_t *iter);
8

PARAMETERS

10iter: A bson_iter_t.
11

DESCRIPTION

13       Advances iter to the next element in the document.
14

RETURNS

16       true  if  iter  was advanced. Returns false if iter has passed the last
17       element in the document or encountered invalid BSON.
18
19       It is a programming error to use iter after this function has  returned
20       false.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023                BSON_ITER_NEXT(3)
Impressum