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

NAME

6       bson_new - bson_new()
7

SYNOPSIS

9          bson_t *
10          bson_new (void);
11

DESCRIPTION

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

RETURNS

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

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.20.0                           Nov 18, 2021                      BSON_NEW(3)
Impressum