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

  
 
  

home | help
BSON_NEW(3)			     libbson			     BSON_NEW(3)

SYNOPSIS
	bson_t *
	bson_new (void);

DESCRIPTION
     The bson_new() function shall create a new bson_t structure on the heap. It
     should be freed with bson_destroy() when it is no longer in use.

RETURNS
     A newly allocated bson_t that should be freed with bson_destroy().

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026			     BSON_NEW(3)

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

home | help