table of contents
| BSON_OID_COPY(3) | libbson | BSON_OID_COPY(3) |
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¶
2009-present, MongoDB, Inc.
| December 11, 2025 | 2.2.1 |