1BSON_ITER_VALUE(3) Libbson BSON_ITER_VALUE(3)
23
4
NAME
6bson_iter_value - bson_iter_value()
7
SYNOPSIS
9const bson_value_t *
10bson_iter_value (bson_iter_t *iter);
11
PARAMETERS
13ยท iter: A bson_iter_t.
14
DESCRIPTION
16Fetches the value for the currently observed type as a boxed type. This
17allows passing around the value without knowing the type at runtime.
18
RETURNS
20A bson_value_t that should not be modified or freed.
21
AUTHOR
23MongoDB, Inc
24
COPYRIGHT
262017-present, MongoDB, Inc
2728
29
30
31
1.13.1 Jan 24, 2019 BSON_ITER_VALUE(3)