1BSON_VALUE_DESTROY(3)               libbson              BSON_VALUE_DESTROY(3)
2
3
4

SYNOPSIS

6          void
7          bson_value_destroy (bson_value_t *value);
8

PARAMETERS

10value: A bson_value_t.
11

DESCRIPTION

13       Releases  any resources associated with value. Does nothing if value is
14       NULL.
15

AUTHOR

17       MongoDB, Inc
18
20       2017-present, MongoDB, Inc
21
22
23
24
251.25.1                           Nov 08, 2023            BSON_VALUE_DESTROY(3)
Impressum