mongoc_index_opt_init()
Synopsis
void mongoc_index_opt_init (mongoc_index_opt_t *opt);
Parameters
opt |
Description
This function will initialize opt to the default values. It should be called before modifying any fields within the structure.
void mongoc_index_opt_init (mongoc_index_opt_t *opt);
opt |
This function will initialize opt to the default values. It should be called before modifying any fields within the structure.