1MONGOC_OPTIONAL_SET_VALUE(3) libmongoc MONGOC_OPTIONAL_SET_VALUE(3)
23
4
SYNOPSIS
6void
7mongoc_optional_set_value (mongoc_optional_t *opt);
89
Sets a value on a mongoc_optional_t. Once a value has been set, it can‐
10not be unset, i.e. mongoc_optional_is_set will always return true after
11calling mongoc_optional_set_value.
12
PARAMETERS
14• opt: A mongoc_optional_t.
15
AUTHOR
17MongoDB, Inc
18
COPYRIGHT
202017-present, MongoDB, Inc
2122
23
24
25
1.25.1 Nov 08, 2023 MONGOC_OPTIONAL_SET_VALUE(3)