Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_SERVER_...PTION_NEW_COPY(3)  libmongoc MONGOC_SERVER_...PTION_NEW_COPY(3)

SYNOPSIS
	mongoc_server_description_t *
	mongoc_server_description_new_copy (
	   const mongoc_server_description_t *description);

PARAMETERS
     * description: A mongoc_server_description_t.

DESCRIPTION
     Performs a deep copy of description.

RETURNS
     Returns  a  newly	allocated  copy of description that should be freed with
     mongoc_server_description_destroy() when no longer in use. Returns NULL  if
     description is NULL.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026MONGOC_SERVER_...PTION_NEW_COPY(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_server_description_new_copy&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help