Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

bson_copy_to - Man Page

Synopsis

void
bson_copy_to (const bson_t *src, bson_t *dst);

Parameters

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

Info

Jul 03, 2024 1.27.4 libbson