mongoc_optional_is_set - Man Page
mongoc_optional_is_set()
Synopsis
bool mongoc_optional_is_set (const mongoc_optional_t *opt);
Returns whether a value for a mongoc_optional_t was set.
Parameters
- opt: A mongoc_optional_t.
Returns
Returns true if a value was set, or false otherwise.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 19, 2023 1.23.2 libmongoc