|  |  
 |   |   
 SYNOPSISvoid mongoc_cursor_destroy (mongoc_cursor_t *cursor); PARAMETERS
 DESCRIPTIONFrees 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. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |