Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_CONCAT(3)			     libbson			  BSON_CONCAT(3)

SYNOPSIS
	bool
	bson_concat (bson_t *dst, const bson_t *src);

PARAMETERS
     * dst: A bson_t.

     * src: A bson_t.

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

RETURNS
     Returns true if successful; false if the operation would overflow the maxi-
     mum document size or another invalid state is detected.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026			  BSON_CONCAT(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_concat&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help