BSON_CONCAT(3) | Libbson | BSON_CONCAT(3) |
bson_concat - bson_concat()
bool bson_concat (bson_t *dst, const bson_t *src);
The bson_concat() function shall append the contents of src to dst.
Returns true if successful; false if the operation would overflow the maximum document size or another invalid state is detected.
MongoDB, Inc
2017-present, MongoDB, Inc
February 23, 2019 | 1.14.0 |