1MONGOC_INDEX_OPT_INIT(3) libmongoc MONGOC_INDEX_OPT_INIT(3)
23
4
NAME
6mongoc_index_opt_init - mongoc_index_opt_init()
7
SYNOPSIS
9void
10mongoc_index_opt_init (mongoc_index_opt_t *opt);
11
PARAMETERS
13• opt: A mongoc_index_opt_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.23.1 Oct 20, 2022 MONGOC_INDEX_OPT_INIT(3)