SYNOPSIS
#include <bson.h> bool bson_concat (bson_t *dst, const bson_t *src);
DESCRIPTION
The bson_concat() function shall append the contents of src to dst.
RETURN VALUE
TRUE if successful. Otherwise FALSE and no modifications are made.
ERRORS
FALSE is returned if there was insufficient space to append src.
AUTHORS
This page was written by MongoDB, Inc.