1BSON_NEW(3) libbson BSON_NEW(3)
23
4
NAME
6bson_new - bson_new()
7
SYNOPSIS
9bson_t *
10bson_new (void);
11
DESCRIPTION
13The bson_new() function shall create a new bson_t structure on the
14heap. It should be freed with bson_destroy() when it is no longer in
15use.
16
RETURNS
18A newly allocated bson_t that should be freed with bson_destroy().
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.21.1 Mar 02, 2022 BSON_NEW(3)