table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
BSON_COPY_TO(3) | libbson | BSON_COPY_TO(3) |
NAME¶
bson_copy_to - bson_copy_to()
SYNOPSIS¶
void bson_copy_to (const bson_t *src, bson_t *dst);
PARAMETERS¶
- src: A bson_t.
- dst: A bson_t.
DESCRIPTION¶
The bson_copy_to() function shall initialize dst with a copy of the contents of src.
dst MUST be an uninitialized bson_t to avoid leaking memory.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2017-present, MongoDB, Inc
October 20, 2022 | 1.23.1 |