1MONGOC_OPTIONAL_IS_SET(3) libmongoc MONGOC_OPTIONAL_IS_SET(3)
23
4
SYNOPSIS
6bool
7mongoc_optional_is_set (const mongoc_optional_t *opt);
89
Returns whether a value for a mongoc_optional_t was set.
10
PARAMETERS
12• opt: A mongoc_optional_t.
13
RETURNS
15Returns true if a value was set, or false otherwise.
16
AUTHOR
18MongoDB, Inc
19
COPYRIGHT
212017-present, MongoDB, Inc
2223
24
25
26
1.25.1 Nov 08, 2023 MONGOC_OPTIONAL_IS_SET(3)