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

13       ยท iter: A bson_iter_t.
14

DESCRIPTION

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

SEE ALSO

19       bson_iter_init_from_data_at_offset()  to use this offset to reconstruct
20       a bson_iter_t in constant time.
21

RETURNS

23       An unsigned integer representing the offset in the  BSON  data  of  the
24       current element.
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.15.2                           Nov 06, 2019              BSON_ITER_OFFSET(3)
Impressum