1MONGOC_INDEX_OPT_WT_INIT(3) libmongoc MONGOC_INDEX_OPT_WT_INIT(3)
23
4
NAME
6mongoc_index_opt_wt_init - mongoc_index_opt_wt_init()
7
SYNOPSIS
9void
10mongoc_index_opt_wt_init (mongoc_index_opt_wt_t *opt);
11
PARAMETERS
13ยท opt: A mongoc_index_opt_wt_t.
14
DESCRIPTION
16This function will initialize opt to the default values. It should be
17called before modifying any fields within the structure.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.17.4 Feb 04, 2021 MONGOC_INDEX_OPT_WT_INIT(3)