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

NAME

6       bson_concat - bson_concat()
7

SYNOPSIS

9          bool
10          bson_concat (bson_t *dst, const bson_t *src);
11

PARAMETERS

13       · dst: A bson_t.
14
15       · src: A bson_t.
16

DESCRIPTION

18       The bson_concat() function shall append the contents of src to dst.
19

RETURNS

21       Returns  true  if successful; false if the operation would overflow the
22       maximum document size or another invalid state is detected.
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.16.2                           Feb 25, 2020                   BSON_CONCAT(3)
Impressum