1MONGOC_WRITE_CONCERN_NEW(3) libmongoc MONGOC_WRITE_CONCERN_NEW(3)
2
3
4
6 mongoc_write_concern_new - mongoc_write_concern_new()
7
9 mongoc_write_concern_t *
10 mongoc_write_concern_new (void) BSON_GNUC_WARN_UNUSED_RESULT;
11
13 Creates a newly allocated write concern that can be configured based on
14 user preference. This should be freed with
15 mongoc_write_concern_destroy() when no longer in use.
16
18 MongoDB, Inc
19
21 2017-present, MongoDB, Inc
22
23
24
25
261.23.1 Oct 20, 2022 MONGOC_WRITE_CONCERN_NEW(3)