1MONGOC_READ_CONCERN_COPY(3)        libmongoc       MONGOC_READ_CONCERN_COPY(3)
2
3
4

SYNOPSIS

6          mongoc_read_concern_t *
7          mongoc_read_concern_copy (const mongoc_read_concern_t *read_concern)
8             BSON_GNUC_WARN_UNUSED_RESULT;
9

PARAMETERS

11read_concern: A mongoc_read_concern_t.
12

DESCRIPTION

14       Performs a deep copy of read_concern.
15

RETURNS

17       Returns  a  newly  allocated  copy of read_concern that should be freed
18       with mongoc_read_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_READ_CONCERN_COPY(3)
Impressum