|  |  
 |   |   
 SYNOPSISconst bson_t * mongoc_cursor_current (const mongoc_cursor_t *cursor); PARAMETERS
 DESCRIPTIONFetches the cursors current document or NULL if there has been an error. RETURNSA bson_t that should not be modified or freed or NULL. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |