1BSON_CONCAT(3)                      libbson                     BSON_CONCAT(3)
2
3
4

SYNOPSIS

6          bool
7          bson_concat (bson_t *dst, const bson_t *src);
8

PARAMETERS

10dst: A bson_t.
11
12src: A bson_t.
13

DESCRIPTION

15       The bson_concat() function shall append the contents of src to dst.
16

RETURNS

18       Returns  true  if successful; false if the operation would overflow the
19       maximum document size or another invalid state is detected.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023                   BSON_CONCAT(3)
Impressum