1BSON_WRITER_DESTROY(3) libbson BSON_WRITER_DESTROY(3)
2
3
4
6 bson_writer_destroy - bson_writer_destroy()
7
9 void
10 bson_writer_destroy (bson_writer_t *writer);
11
13 ยท writer: A bson_writer_t.
14
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
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.16.2 Feb 25, 2020 BSON_WRITER_DESTROY(3)