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