1MONGOC_OPTIONAL_VALUE(3) libmongoc MONGOC_OPTIONAL_VALUE(3)
23
4
SYNOPSIS
6bool
7mongoc_optional_value (const mongoc_optional_t *opt);
89
Returns the value for a mongoc_optional_t.
10
PARAMETERS
12• opt: A mongoc_optional_t.
13
RETURNS
15Returns the value that was set on the mongoc_optional_t. If no value
16was set, false is returned.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 MONGOC_OPTIONAL_VALUE(3)