Sponsor:

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

bson_concat - Man Page

Synopsis

bool
bson_concat (bson_t *dst, const bson_t *src);

Parameters

Description

The bson_concat() function shall append the contents of src to dst.

Returns

Returns true if successful; false if the operation would overflow the maximum document size or another invalid state is detected.

Author

MongoDB, Inc

Info

Jul 03, 2024 1.27.4 libbson