1BSON_ITER_OFFSET(3) Libbson BSON_ITER_OFFSET(3)
2
3
4
6 bson_iter_offset - bson_iter_offset()
7
9 uint32_t
10 bson_iter_offset (const bson_iter_t *iter);
11
13 ยท iter: A bson_iter_t.
14
16 Fetches the offset for the current element observed by iter.
17
19 bson_iter_init_from_data_at_offset() to use this offset to reconstruct
20 a bson_iter_t in constant time.
21
23 An unsigned integer representing the offset in the BSON data of the
24 current element.
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.13.1 Jan 24, 2019 BSON_ITER_OFFSET(3)