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

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.14.0                           Feb 22, 2019               BSON_ITER_VALUE(3)
Impressum