table of contents
other versions
- bookworm 1.23.1-1+deb12u1
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
| MONGOC_OPTIONAL_COPY(3) | libmongoc | MONGOC_OPTIONAL_COPY(3) |
NAME¶
mongoc_optional_copy - mongoc_optional_copy()
SYNOPSIS¶
void mongoc_optional_copy (const mongoc_optional_t *source, mongoc_optional_t *copy);
Creates a deep copy of source into copy.
PARAMETERS¶
- source: A mongoc_optional_t.
- copy: An empty mongoc_optional_t. Values will be overwritten.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2017-present, MongoDB, Inc
| October 20, 2022 | 1.23.1 |