bson_context_get_default - Man Page

bson_context_get_default()

Synopsis

bson_context_t *
bson_context_get_default (void);

Returns

The bson_context_get_default() function shall return the default bson_context_t for the process. This context is created with the flags BSON_CONTEXT_THREAD_SAFE and BSON_CONTEXT_DISABLE_PID_CACHE.

Author

MongoDB, Inc

Info

May 09, 2023 1.23.4 libbson