1BSON_CONCAT(3) libbson BSON_CONCAT(3)
23
4
SYNOPSIS
6bool
7bson_concat (bson_t *dst, const bson_t *src);
8
PARAMETERS
10• dst: A bson_t.
1112
• src: A bson_t.
13
DESCRIPTION
15The bson_concat() function shall append the contents of src to dst.
16
RETURNS
18Returns true if successful; false if the operation would overflow the
19maximum document size or another invalid state is detected.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.25.1 Nov 08, 2023 BSON_CONCAT(3)