bool
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_OPTIONAL_IS_SET(3)
Parameters
• opt: A mongoc_optional_t.
Returns
Returns true if a value was set, or false otherwise.
Synopsis
bool
mongoc_optional_is_set (const mongoc_optional_t *opt);
Returns whether a value for a mongoc_optional_t was set.
