Provided by: libbson-doc_1.3.1-1_all
NAME
bson_concat() - The bson_concat() function shall append the contents of src to dst.
SYNOPSIS
bool bson_concat (bson_t *dst, const bson_t *src);
PARAMETERS
dst A bson_t \&. src A bson_t \&.
DESCRIPTION
The bson_concat(3) function shall append the contents of src to dst \&.
RETURNS
true if the operation was applied successfully, otherwise false and dst should be discarded.
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.