1BSON_CONCAT(3) libbson BSON_CONCAT(3)
23
4
NAME
6bson_concat - bson_concat()
7
SYNOPSIS
9bool
10bson_concat (bson_t *dst, const bson_t *src);
11
PARAMETERS
13• dst: A bson_t.
1415
• src: A bson_t.
16
DESCRIPTION
18The bson_concat() function shall append the contents of src to dst.
19
RETURNS
21Returns true if successful; false if the operation would overflow the
22maximum document size or another invalid state is detected.
23
AUTHOR
25MongoDB, Inc
26
COPYRIGHT
282017-present, MongoDB, Inc
2930
31
32
33
1.20.0 Nov 18, 2021 BSON_CONCAT(3)