1BSON_NEW(3)                         libbson                        BSON_NEW(3)
2
3
4

SYNOPSIS

6          bson_t *
7          bson_new (void);
8

DESCRIPTION

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

RETURNS

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

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023                      BSON_NEW(3)
Impressum