1BSON_ITER_OFFSET(3)                 libbson                BSON_ITER_OFFSET(3)
2
3
4

NAME

6       bson_iter_offset - bson_iter_offset()
7

SYNOPSIS

9          uint32_t
10          bson_iter_offset (const bson_iter_t *iter);
11

PARAMETERS

13iter: A bson_iter_t.
14

DESCRIPTION

16       Fetches the offset for the current element observed by iter.
17

RETURNS

19       An  unsigned  integer  representing  the offset in the BSON data of the
20       current element.
21
22       SEE ALSO:
23          bson_iter_init_from_data_at_offset() to use this offset to reconstruct a bson_iter_t in constant time.
24
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.23.1                           Oct 20, 2022              BSON_ITER_OFFSET(3)
Impressum