mongoc_transaction_opts_clone - Man Page
Synopsis
mongoc_transaction_opt_t * mongoc_transaction_opts_clone (const mongoc_transaction_opt_t *opts) BSON_GNUC_WARN_UNUSED_RESULT;
Create a copy of a transaction options struct.
Parameters
- opts: A mongoc_transaction_opt_t.
Returns
A new mongoc_transaction_opt_t that must be freed with mongoc_transaction_opts_destroy().
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Nov 08, 2023 1.25.1 libmongoc