1MONGOC_OPTIONAL_IS_SET(3)          libmongoc         MONGOC_OPTIONAL_IS_SET(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_optional_is_set (const mongoc_optional_t *opt);
8
9       Returns whether a value for a mongoc_optional_t was set.
10

PARAMETERS

12opt: A mongoc_optional_t.
13

RETURNS

15       Returns true if a value was set, or false otherwise.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023        MONGOC_OPTIONAL_IS_SET(3)
Impressum