1BSON_READER_DESTROY(3) libbson BSON_READER_DESTROY(3)
23
4
NAME
6bson_reader_destroy - bson_reader_destroy()
7
SYNOPSIS
9void
10bson_reader_destroy (bson_reader_t *reader);
11
PARAMETERS
13• reader: A bson_reader_t.
14
DESCRIPTION
16Destroys and releases all resources associated with reader. Does noth‐
17ing if reader is NULL.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.24.3 Aug 17, 2023 BSON_READER_DESTROY(3)