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.17.4 Feb 04, 2021 BSON_CONTEXT_GET_DEFAULT(3)