1BSON_CONTEXT_NEW(3) Libbson BSON_CONTEXT_NEW(3)
2
3
4
6 bson_context_new - bson_context_new()
7
9 bson_context_t *
10 bson_context_new (bson_context_flags_t flags);
11
13 · flags: A bson_context_flags_t.
14
16 Creates a new bson_context_t. This is rarely needed as bson_con‐
17 text_get_default() serves most use-cases.
18
20 A newly allocated bson_context_t that should be freed with bson_con‐
21 text_destroy.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.13.1 Jan 24, 2019 BSON_CONTEXT_NEW(3)