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

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_SERVER_...PTION_NEW_COPY(3) libmongocMONGOC_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.2				 Apr 12, 202MONGOC_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+14.3.quarterly>

home | help