mongoc_cursor_destroy
mongoc_cursor_destroy()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_cursor_destroy()
void mongoc_cursor_destroy (mongoc_cursor_t *cursor);
Frees a mongoc_cursor_t and releases all associated resources. If a server-side cursor has been allocated, it will be released as well. Does nothing if cursor is NULL.
MongoDB, Inc
2017-present, MongoDB, Inc