bson_json_opts_destroy()#
Synopsis#
void
bson_json_opts_destroy (bson_json_opts_t *opts);
Parameters#
opts
: A bson_json_opts_t.
Description#
Destroys and releases all resources associated with opts
. Does nothing if opts
is NULL.
void
bson_json_opts_destroy (bson_json_opts_t *opts);
opts
: A bson_json_opts_t.
Destroys and releases all resources associated with opts
. Does nothing if opts
is NULL.