1BSON_ITER_DOUBLE(3)                 libbson                BSON_ITER_DOUBLE(3)
2
3
4

SYNOPSIS

6          #define BSON_ITER_HOLDS_DOUBLE(iter) \
7             (bson_iter_type ((iter)) == BSON_TYPE_DOUBLE)
8
9          double
10          bson_iter_double (const bson_iter_t *iter);
11

PARAMETERS

13iter: A bson_iter_t.
14

DESCRIPTION

16       Fetches the contents of a BSON_TYPE_DOUBLE field.
17

RETURNS

19       A double.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023              BSON_ITER_DOUBLE(3)
Impressum