1MONGOC_URI_GET_STRING(3) libmongoc MONGOC_URI_GET_STRING(3)
23
4
NAME
6mongoc_uri_get_string - mongoc_uri_get_string()
7
SYNOPSIS
9const char *
10mongoc_uri_get_string (const mongoc_uri_t *uri);
11
PARAMETERS
13ยท uri: A mongoc_uri_t.
14
DESCRIPTION
16Fetches the URI as a string.
17
RETURNS
19Returns a string which should not be modified or freed.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.17.4 Feb 04, 2021 MONGOC_URI_GET_STRING(3)