Provided by: libmongoc-doc_2.2.1-1_all 

SYNOPSIS
void
mongoc_find_and_modify_opts_get_update (
const mongoc_find_and_modify_opts_t *opts, bson_t *update);
PARAMETERS
• opts: A mongoc_find_and_modify_opts_t <>.
• update: An uninitialized bson_t <https://www.mongoc.org/libbson/current/bson_t.html>.
DESCRIPTION
Copies the update document set with mongoc_find_and_modify_opts_set_update() <>, or initializes update
with an empty BSON document.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
2.2.1 Dec 11, 2025 MONGOC_FIND_AND_MODIFY_OPTS_GET_UPDATE(3)