1BSON_INIT(3) libbson BSON_INIT(3)
23
4
NAME
6bson_init - bson_init()
7
SYNOPSIS
9void
10bson_init (bson_t *b);
11
PARAMETERS
13• b: A bson_t.
14
DESCRIPTION
16The bson_init() function shall initialize a bson_t that is placed on
17the stack. This is equivalent to initializing a bson_t to BSON_INITIAL‐
18IZER.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.17.6 Jun 03, 2021 BSON_INIT(3)