mongoc_cursor_destroy - Man Page

mongoc_cursor_destroy()

Synopsis

void
mongoc_cursor_destroy (mongoc_cursor_t *cursor);

Parameters

Description

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.

Author

MongoDB, Inc

Info

May 09, 2023 1.23.4 libmongoc