1BSON_ITER_VALUE(3) Libbson BSON_ITER_VALUE(3)
2
3
4
6 bson_iter_value - bson_iter_value()
7
9 const bson_value_t *
10 bson_iter_value (bson_iter_t *iter);
11
13 · iter: A bson_iter_t.
14
16 Fetches the value for the currently observed type as a boxed type. This
17 allows passing around the value without knowing the type at runtime.
18
19 If the bson_iter_t is further modified, the bson_value_t is invali‐
20 dated.
21
23 A bson_value_t that should not be modified or freed.
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.15.2 Nov 06, 2019 BSON_ITER_VALUE(3)