1MONGOC_READ_PREFS_COPY(3)          libmongoc         MONGOC_READ_PREFS_COPY(3)
2
3
4

SYNOPSIS

6          mongoc_read_prefs_t *
7          mongoc_read_prefs_copy (const mongoc_read_prefs_t *read_prefs)
8             BSON_GNUC_WARN_UNUSED_RESULT;
9

PARAMETERS

11read_prefs: A mongoc_read_prefs_t.
12

DESCRIPTION

14       This function shall deep copy a read preference.
15

RETURNS

17       Returns  a  newly  allocated  read preference that should be freed with
18       mongoc_read_prefs_destroy().
19

AUTHOR

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