1BSON_ITER_OVERWRITE_OID(3)          libbson         BSON_ITER_OVERWRITE_OID(3)
2
3
4

NAME

6       bson_iter_overwrite_oid - bson_iter_overwrite_oid()
7

SYNOPSIS

9          void
10          bson_iter_overwrite_oid (bson_iter_t *iter, const bson_oid_t *value);
11

PARAMETERS

13iter: A bson_iter_t.
14
15oid: A bson_oid_t.
16

DESCRIPTION

18       The  bson_iter_overwrite_oid() function shall overwrite the contents of
19       a BSON_TYPE_OID 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_OID.
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.17.6                           Jun 03, 2021       BSON_ITER_OVERWRITE_OID(3)
Impressum