SYNOPSIS

#include <bson.h>

bson_context_t *
bson_context_get_default (void);

DESCRIPTION

The bson_context_get_default() function shall return the default, thread-safe, bson_context_t for the process.

RETURN VALUE

A bson_context_t that is owned by the process.

AUTHORS

This page was written by MongoDB, Inc.