1BSON_READER_DESTROY_FUNC_T(3)       libbson      BSON_READER_DESTROY_FUNC_T(3)
2
3
4

NAME

6       bson_reader_destroy_func_t - bson_reader_destroy_func_t
7

SYNOPSIS

9          typedef void (*bson_reader_destroy_func_t) (void *handle);
10

PARAMETERS

12       ยท handle: The opaque handle provided to bson_reader_new_from_handle.
13

DESCRIPTION

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

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.16.2                           Feb 25, 2020    BSON_READER_DESTROY_FUNC_T(3)
Impressum