1BSON_READER_SET_DESTROY_FUNC(3) libbson BSON_READER_SET_DESTROY_FUNC(3)
2
3
4
6 void
7 bson_reader_set_destroy_func (bson_reader_t *reader,
8 bson_reader_destroy_func_t func);
9
11 • reader: A bson_reader_t.
12
13 • func: A bson_reader_destroy_func_t.
14
16 Allows for setting a callback to be executed when a reader is de‐
17 stroyed. This should only be used by implementations implementing their
18 own read callbacks.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.25.1 Nov 08, 2023 BSON_READER_SET_DESTROY_FUNC(3)