SYNOPSIS
bool
bson_concat (bson_t *dst,
const bson_t *src);
PARAMETERS
- dst
- A bson_t \&.
- src
- A bson_t \&.
RETURNS
true if the operation was applied successfully, otherwise false and dst should be discarded.
bool
bson_concat (bson_t *dst,
const bson_t *src);
true if the operation was applied successfully, otherwise false and dst should be discarded.