mongoc_session_opts_destroy()¶
Synopsis¶
void
mongoc_session_opts_destroy (mongoc_session_opt_t *opts);
Free a mongoc_session_opt_t. Does nothing if opts
is NULL.
Parameters¶
opts
: A mongoc_session_opt_t.
void
mongoc_session_opts_destroy (mongoc_session_opt_t *opts);
Free a mongoc_session_opt_t. Does nothing if opts
is NULL.
opts
: A mongoc_session_opt_t.