1BSON_ITER_DOUBLE(3)                 Libbson                BSON_ITER_DOUBLE(3)
2
3
4

NAME

6       bson_iter_double - bson_iter_double()
7

SYNOPSIS

9          #define BSON_ITER_HOLDS_DOUBLE(iter) \
10             (bson_iter_type ((iter)) == BSON_TYPE_DOUBLE)
11
12          double
13          bson_iter_double (const bson_iter_t *iter);
14

PARAMETERS

16       ยท iter: A bson_iter_t.
17

DESCRIPTION

19       Fetches the contents of a BSON_TYPE_DOUBLE field.
20

RETURNS

22       A double.
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.15.2                           Nov 06, 2019              BSON_ITER_DOUBLE(3)
Impressum