1MONGOC_READ_PREFS_DESTROY(3) libmongoc MONGOC_READ_PREFS_DESTROY(3)
23
4
SYNOPSIS
6void
7mongoc_read_prefs_destroy (mongoc_read_prefs_t *read_prefs);
8
PARAMETERS
10• read_prefs: A mongoc_read_prefs_t.
11
DESCRIPTION
13Frees a read preference and all associated resources. Does nothing if
14read_prefs is NULL.
15
AUTHOR
17MongoDB, Inc
18
COPYRIGHT
202017-present, MongoDB, Inc
2122
23
24
25
1.25.1 Nov 08, 2023 MONGOC_READ_PREFS_DESTROY(3)