1MONGOC_OPTIONAL_SET_VALUE(3)       libmongoc      MONGOC_OPTIONAL_SET_VALUE(3)
2
3
4

SYNOPSIS

6          void
7          mongoc_optional_set_value (mongoc_optional_t *opt);
8
9       Sets a value on a mongoc_optional_t. Once a value has been set, it can‐
10       not be unset, i.e. mongoc_optional_is_set will always return true after
11       calling mongoc_optional_set_value.
12

PARAMETERS

14opt: A mongoc_optional_t.
15

AUTHOR

17       MongoDB, Inc
18
20       2017-present, MongoDB, Inc
21
22
23
24
251.25.1                           Nov 08, 2023     MONGOC_OPTIONAL_SET_VALUE(3)
Impressum