1MONGOC_TRANSACTION_OPTS_CLONE(3)   libmongoc  MONGOC_TRANSACTION_OPTS_CLONE(3)
2
3
4

SYNOPSIS

6          mongoc_transaction_opt_t *
7          mongoc_transaction_opts_clone (const mongoc_transaction_opt_t *opts)
8             BSON_GNUC_WARN_UNUSED_RESULT;
9
10       Create a copy of a transaction options struct.
11

PARAMETERS

13opts: A mongoc_transaction_opt_t.
14

RETURNS

16       A    new    mongoc_transaction_opt_t    that   must   be   freed   with
17       mongoc_transaction_opts_destroy().
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023 MONGOC_TRANSACTION_OPTS_CLONE(3)
Impressum