1BSON_ITER_OVERWRITE_DOUBLE(3) Libbson BSON_ITER_OVERWRITE_DOUBLE(3)
2
3
4
6 bson_iter_overwrite_double - bson_iter_overwrite_double()
7
9 void
10 bson_iter_overwrite_double (bson_iter_t *iter, double value);
11
13 · iter: A bson_iter_t.
14
15 · value: The new double value.
16
18 The bson_iter_overwrite_double() function shall overwrite the contents
19 of a BSON_TYPE_DOUBLE element in place.
20
21 This may only be done when the underlying bson document allows muta‐
22 tion.
23
24 It is a programming error to call this function when iter is not
25 observing an element of type BSON_TYPE_DOUBLE.
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.13.1 Jan 24, 2019 BSON_ITER_OVERWRITE_DOUBLE(3)