table of contents
other versions
- trixie 1.30.4-1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_SERVER_DESCRIPTIONS_DESTROY_ALL(3) | libmongoc | MONGOC_SERVER_DESCRIPTIONS_DESTROY_ALL(3) |
SYNOPSIS¶
void mongoc_server_descriptions_destroy_all (mongoc_server_description_t **sds,
size_t n);
Frees the array of mongoc_server_description_t structs returned by mongoc_client_get_server_descriptions().
PARAMETERS¶
- sds: The array of server descriptions.
- n: The number of elements in sds.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |