mongoc_index_opt_wt_init (3) Linux Manual Page
mongoc_index_opt_wt_init() – This function will initialize opt to the default values. It should be called before modifying any fields within the structure.
Synopsis
void mongoc_index_opt_wt_init (mongoc_index_opt_wt_t *opt);
Parameters
- opt
- A mongoc_index_opt_wt_t \&.
Description
This function will initialize opt to the default values. It should be called before modifying any fields within the structure.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
