1MONGOC_WRITE_CONCERN_COPY(3)       libmongoc      MONGOC_WRITE_CONCERN_COPY(3)
2
3
4

SYNOPSIS

6          mongoc_write_concern_t *
7          mongoc_write_concern_copy (const mongoc_write_concern_t *write_concern)
8             BSON_GNUC_WARN_UNUSED_RESULT;
9

PARAMETERS

11write_concern: A mongoc_write_concern_t.
12

DESCRIPTION

14       Performs a deep copy of write_concern.
15

RETURNS

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

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.25.1                           Nov 08, 2023     MONGOC_WRITE_CONCERN_COPY(3)
Impressum