1BSON_READER_DESTROY_FUNC_T(3) Libbson BSON_READER_DESTROY_FUNC_T(3)
2
3
4
6 bson_reader_destroy_func_t - bson_reader_destroy_func_t
7
9 typedef void (*bson_reader_destroy_func_t) (void *handle);
10
12 ยท handle: The opaque handle provided to bson_reader_new_from_handle.
13
15 An optional callback function that will be called when a bson_reader_t
16 created with bson_reader_new_from_handle is destroyed with
17 bson_reader_destroy().
18
19 The handle used when creating the reader is passed to this callback.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.14.0 Feb 22, 2019 BSON_READER_DESTROY_FUNC_T(3)