1MONGOC_READ_CONCERN_COPY(3)    MongoDB C Driver    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

PARAMETERS

13       ยท read_concern: A mongoc_read_concern_t.
14

DESCRIPTION

16       Performs a deep copy of read_concern.
17

RETURNS

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

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.15.2                           Nov 06, 2019      MONGOC_READ_CONCERN_COPY(3)
Impressum