1MONGOC_READ_PREFS_COPY(3) libmongoc MONGOC_READ_PREFS_COPY(3)
2
3
4
6 mongoc_read_prefs_copy - mongoc_read_prefs_copy()
7
9 mongoc_read_prefs_t *
10 mongoc_read_prefs_copy (const mongoc_read_prefs_t *read_prefs);
11
13 ยท read_prefs: A mongoc_read_prefs_t.
14
16 This function shall deep copy a read preference.
17
19 Returns a newly allocated read preference that should be freed with
20 mongoc_read_prefs_destroy().
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.16.2 Feb 25, 2020 MONGOC_READ_PREFS_COPY(3)