1MONGOC_READ_CONCERN_DESTROY(3) libmongoc MONGOC_READ_CONCERN_DESTROY(3)
23
4
NAME
6mongoc_read_concern_destroy - mongoc_read_concern_destroy()
7
SYNOPSIS
9void
10mongoc_read_concern_destroy (mongoc_read_concern_t *read_concern);
11
PARAMETERS
13• read_concern: A mongoc_read_concern_t.
14
DESCRIPTION
16Frees all resources associated with the read concern structure. Does
17nothing if read_concern is NULL.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.17.6 Jun 03, 2021 MONGOC_READ_CONCERN_DESTROY(3)