1BSON_READER_DESTROY_FUNC_T(3) libbson BSON_READER_DESTROY_FUNC_T(3)
2
3
4
6 typedef void (*bson_reader_destroy_func_t) (void *handle);
7
9 • handle: The opaque handle provided to bson_reader_new_from_handle().
10
12 An optional callback function that will be called when a bson_reader_t
13 created with bson_reader_new_from_handle() is destroyed with
14 bson_reader_destroy().
15
16 The handle used when creating the reader is passed to this callback.
17
19 MongoDB, Inc
20
22 2017-present, MongoDB, Inc
23
24
25
26
271.25.1 Nov 08, 2023 BSON_READER_DESTROY_FUNC_T(3)