1BSON_ITER_DOUBLE(3) Libbson BSON_ITER_DOUBLE(3)
23
4
NAME
6bson_iter_double - bson_iter_double()
7
SYNOPSIS
9#define BSON_ITER_HOLDS_DOUBLE(iter) \
10(bson_iter_type ((iter)) == BSON_TYPE_DOUBLE)
1112
double
13bson_iter_double (const bson_iter_t *iter);
14
PARAMETERS
16ยท iter: A bson_iter_t.
17
DESCRIPTION
19Fetches the contents of a BSON_TYPE_DOUBLE field.
20
RETURNS
22A double.
23
AUTHOR
25MongoDB, Inc
26
COPYRIGHT
282017-present, MongoDB, Inc
2930
31
32
33
1.13.1 Jan 24, 2019 BSON_ITER_DOUBLE(3)