1BSON_INIT(3) libbson BSON_INIT(3)
23
4
SYNOPSIS
6void
7bson_init (bson_t *b);
8
PARAMETERS
10• b: A bson_t.
11
DESCRIPTION
13The bson_init() function shall initialize a bson_t that is placed on
14the stack. This is equivalent to initializing a bson_t to BSON_INITIAL‐
15IZER.
16
AUTHOR
18MongoDB, Inc
19
COPYRIGHT
212017-present, MongoDB, Inc
2223
24
25
26
1.25.1 Nov 08, 2023 BSON_INIT(3)