Provided by: libbson-doc_2.2.1-1_all 

SYNOPSIS
bool
bson_concat (bson_t *dst, const bson_t *src);
PARAMETERS
• dst: A bson_t <>.
• src: A bson_t <>.
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
Copyright
2009-present, MongoDB, Inc.
2.2.1 Dec 11, 2025 BSON_CONCAT(3)