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

NAME

6       mongoc_read_concern_copy - mongoc_read_concern_copy()
7

SYNOPSIS

9          mongoc_read_concern_t *
10          mongoc_read_concern_copy (const mongoc_read_concern_t *read_concern)
11             BSON_GNUC_WARN_UNUSED_RESULT;
12

PARAMETERS

14read_concern: A mongoc_read_concern_t.
15

DESCRIPTION

17       Performs a deep copy of read_concern.
18

RETURNS

20       Returns  a  newly  allocated  copy of read_concern that should be freed
21       with mongoc_read_concern_destroy() when no longer in use.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.21.1                           Mar 02, 2022      MONGOC_READ_CONCERN_COPY(3)
Impressum