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.15.2 Nov 06, 2019 BSON_INIT(3)