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

NAME

6       bson_writer_destroy - bson_writer_destroy()
7

SYNOPSIS

9          void
10          bson_writer_destroy (bson_writer_t *writer);
11

PARAMETERS

13writer: A bson_writer_t.
14

DESCRIPTION

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

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.20.0                           Nov 18, 2021           BSON_WRITER_DESTROY(3)
Impressum