1BSON_WRITER_DESTROY(3)              libbson             BSON_WRITER_DESTROY(3)
2
3
4

SYNOPSIS

6          void
7          bson_writer_destroy (bson_writer_t *writer);
8

PARAMETERS

10writer: A bson_writer_t.
11

DESCRIPTION

13       Cleanup  after writer and release any allocated memory. Does nothing if
14       writer is NULL. Note that the buffer supplied to  bson_writer_new()  is
15       NOT freed from this method. The caller is responsible for that.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023           BSON_WRITER_DESTROY(3)
Impressum