bson_oid_copy man page
bson_oid_copy ā bson_oid_copy()
Synopsis
void
bson_oid_copy (const bson_oid_t *src, bson_oid_t *dst);
Parameters
- src: A bson_oid_t.
- dst: A bson_oid_t.
Description
Copies the contents of src into dst.
Author
MongoDB, Inc
Copyright
2017, MongoDB, Inc
Info
Apr 11, 2018 1.9.4 Libbson