mongoc_find_and_modify_opts_destroy (3) Linux Manual Page
mongoc_find_and_modify_opts_destroy() – Frees all resources associated with the find and modify builder structure.
Synopsis
void mongoc_find_and_modify_opts_destroy (mongoc_find_and_modify_opts_t *find_and_modify_opts);
NOTE
- New in mongoc 1.3.0
Parameters
find_and_modify_opts- A
mongoc_find_and_modify_opts_t\&.
Description
Frees all resources associated with the find and modify builder structure.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
