1MONGOC_CURSOR_DESTROY(3) libmongoc MONGOC_CURSOR_DESTROY(3)
2
3
4
6 mongoc_cursor_destroy - mongoc_cursor_destroy()
7
9 void
10 mongoc_cursor_destroy (mongoc_cursor_t *cursor);
11
13 • cursor: A mongoc_cursor_t.
14
16 Frees a mongoc_cursor_t and releases all associated resources. If a
17 server-side cursor has been allocated, it will be released as well.
18 Does nothing if cursor is NULL.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.17.6 Jun 03, 2021 MONGOC_CURSOR_DESTROY(3)