1BSON_ITER_OVERWRITE_DECIMAL128(3) libbson BSON_ITER_OVERWRITE_DECIMAL128(3)
2
3
4
6 bson_iter_overwrite_decimal128 - bson_iter_overwrite_decimal128()
7
9 bool
10 bson_iter_overwrite_decimal128 (bson_iter_t *iter, const bson_decimal128_t *value);
11
13 • iter: A bson_iter_t.
14
15 • value: The new Decimal128 value.
16
18 The bson_iter_overwrite_decimal128() function shall overwrite the con‐
19 tents of a BSON_TYPE_DECIMAL128 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 ob‐
25 serving an element of type BSON_TYPE_DECIMAL128.
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.17.6 Jun 03, 2021BSON_ITER_OVERWRITE_DECIMAL128(3)