1BSON_CONTEXT_GET_DEFAULT(3) Libbson BSON_CONTEXT_GET_DEFAULT(3)
2
3
4
6 bson_context_get_default - bson_context_get_default()
7
9 bson_context_t *
10 bson_context_get_default (void);
11
13 The bson_context_get_default() function shall return the default
14 bson_context_t for the process. This context is created with the flags
15 BSON_CONTEXT_THREAD_SAFE and BSON_CONTEXT_DISABLE_PID_CACHE.
16
18 MongoDB, Inc
19
21 2017-present, MongoDB, Inc
22
23
24
25
261.15.2 Nov 06, 2019 BSON_CONTEXT_GET_DEFAULT(3)