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

NAME

6       bson_iter_value - bson_iter_value()
7

SYNOPSIS

9          const bson_value_t *
10          bson_iter_value (bson_iter_t *iter);
11

PARAMETERS

13       · iter: A bson_iter_t.
14

DESCRIPTION

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

RETURNS

23       A bson_value_t that should not be modified or freed.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.17.4                           Feb 04, 2021               BSON_ITER_VALUE(3)
Impressum