1MONGOC_READ_CONCERN_NEW(3) libmongoc MONGOC_READ_CONCERN_NEW(3)
2
3
4
6 mongoc_read_concern_new - mongoc_read_concern_new()
7
9 mongoc_read_concern_t *
10 mongoc_read_concern_new (void) BSON_GNUC_WARN_UNUSED_RESULT;
11
13 Creates a newly allocated read concern that can be configured based on
14 user preference. This should be freed with mongoc_read_concern_de‐
15 stroy() when no longer in use.
16
18 MongoDB, Inc
19
21 2017-present, MongoDB, Inc
22
23
24
25
261.20.0 Nov 18, 2021 MONGOC_READ_CONCERN_NEW(3)