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

NAME

6       bson_iter_next - bson_iter_next()
7

SYNOPSIS

9          bool
10          bson_iter_next (bson_iter_t *iter);
11

PARAMETERS

13iter: A bson_iter_t.
14

DESCRIPTION

16       Advances iter to the next element in the document.
17

RETURNS

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

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.17.6                           Jun 03, 2021                BSON_ITER_NEXT(3)
Impressum