1BSON_ITER_VALUE(3)                  libbson                 BSON_ITER_VALUE(3)
2
3
4

SYNOPSIS

6          const bson_value_t *
7          bson_iter_value (bson_iter_t *iter);
8

PARAMETERS

10iter: A bson_iter_t.
11

DESCRIPTION

13       Fetches the value for the currently observed type as a boxed type. This
14       allows passing around the value without knowing the type at runtime.
15
16       If the bson_iter_t is further modified,  the  bson_value_t  is  invali‐
17       dated.
18

RETURNS

20       A bson_value_t that should not be modified or freed.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023               BSON_ITER_VALUE(3)
Impressum