1MONGOC_WRITE_CONCERN_COPY(3) libmongoc MONGOC_WRITE_CONCERN_COPY(3)
2
3
4
6 mongoc_write_concern_copy - mongoc_write_concern_copy()
7
9 mongoc_write_concern_t *
10 mongoc_write_concern_copy (const mongoc_write_concern_t *write_concern)
11 BSON_GNUC_WARN_UNUSED_RESULT;
12
14 • write_concern: A mongoc_write_concern_t.
15
17 Performs a deep copy of write_concern.
18
20 Returns a newly allocated copy of write_concern that should be freed
21 with mongoc_write_concern_destroy() when no longer in use.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.20.0 Nov 18, 2021 MONGOC_WRITE_CONCERN_COPY(3)