1MONGOC_CURSOR_GET_HOST(3) libmongoc MONGOC_CURSOR_GET_HOST(3)
23
4
SYNOPSIS
6void
7mongoc_cursor_get_host (mongoc_cursor_t *cursor, mongoc_host_list_t *host);
8
PARAMETERS
10• cursor: A mongoc_cursor_t.
1112
• host: A mongoc_host_list_t.
13
DESCRIPTION
15Fetches the MongoDB host that the cursor is communicating with in the
16host out parameter.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 MONGOC_CURSOR_GET_HOST(3)