|
SYNOPSISmongoc_server_api_t * mongoc_server_api_copy (const mongoc_server_api_t *api); Creates a deep copy of api. PARAMETERS
RETURNSReturns a newly allocated copy of api that must be freed with mongoc_server_api_destroy() when no longer in use. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|