void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_INDEX_OPT_INIT(3)
Description
This function will initialize opt to the default values. It should be called before modifying any fields
within the structure.
Parameters
• opt: A mongoc_index_opt_t.
Synopsis
void
mongoc_index_opt_init (mongoc_index_opt_t *opt);
