bson_concat - Man Page
bson_concat()
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
2017-present, MongoDB, Inc
Info
May 09, 2023 1.23.4 libbson