1BSON_OID_COPY(3) Libbson BSON_OID_COPY(3)
23
4
NAME
6bson_oid_copy - bson_oid_copy()
7
SYNOPSIS
9void
10bson_oid_copy (const bson_oid_t *src, bson_oid_t *dst);
11
PARAMETERS
13· src: A bson_oid_t.
1415
· dst: A bson_oid_t.
16
DESCRIPTION
18Copies the contents of src into dst.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.14.0 Feb 22, 2019 BSON_OID_COPY(3)