1BSON_CONTEXT_DESTROY(3)             libbson            BSON_CONTEXT_DESTROY(3)
2
3
4

SYNOPSIS

6          void
7          bson_context_destroy (bson_context_t *context);
8

PARAMETERS

10context: A bson_context_t.
11

DESCRIPTION

13       The bson_context_destroy() function shall release all resources associ‐
14       ated with context. Does nothing if context is NULL.
15
16       This should be called when you are no  longer  using  a  bson_context_t
17       that you have allocated with bson_context_new().
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023          BSON_CONTEXT_DESTROY(3)
Impressum