1MONGOC_SERVER_API_COPY(3)          libmongoc         MONGOC_SERVER_API_COPY(3)
2
3
4

SYNOPSIS

6          mongoc_server_api_t *
7          mongoc_server_api_copy (const mongoc_server_api_t *api)
8             BSON_GNUC_WARN_UNUSED_RESULT;
9
10       Creates a deep copy of api.
11

PARAMETERS

13api: A mongoc_server_api_t.
14

RETURNS

16       Returns  a  newly  allocated  copy  of  api  that  must  be  freed with
17       mongoc_server_api_destroy() when no longer in use.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023        MONGOC_SERVER_API_COPY(3)
Impressum