1MONGOC_SERVER_DESCRIPTION_NEW_COPY(3l)ibmongMoOcNGOC_SERVER_DESCRIPTION_NEW_COPY(3)
2
3
4
6 mongoc_server_description_new_copy - mongoc_server_descrip‐
7 tion_new_copy()
8
10 mongoc_server_description_t *
11 mongoc_server_description_new_copy (
12 const mongoc_server_description_t *description);
13
15 • description: A mongoc_server_description_t.
16
18 This function copies the given server description and returns a new
19 server description object. The caller is responsible for destroying
20 the new copy.
21
23 A copy of the original server description.
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.17.6 Jun 03, 2M0O2N1GOC_SERVER_DESCRIPTION_NEW_COPY(3)