1MONGOC_GRIDFS_FILE_LIST_DESTROY(3) libmongocMONGOC_GRIDFS_FILE_LIST_DESTROY(3)
2
3
4
6 mongoc_gridfs_file_list_destroy - mongoc_gridfs_file_list_destroy()
7
9 void
10 mongoc_gridfs_file_list_destroy (mongoc_gridfs_file_list_t *list);
11
13 ยท list: A mongoc_gridfs_file_list_t.
14
16 Frees a mongoc_gridfs_file_list_t and releases any associated
17 resources. Does nothing if list is NULL.
18
20 MongoDB, Inc
21
23 2017-present, MongoDB, Inc
24
25
26
27
281.17.4 Feb 04, 2021MONGOC_GRIDFS_FILE_LIST_DESTROY(3)