SYNOPSIS
bool
mongoc_cursor_is_alive (const mongoc_cursor_t *cursor);
PARAMETERS
- cursor
- A mongoc_cursor_t \&.
DESCRIPTION
Checks to see if a cursor is in a state that allows for more documents to be queried.
This is primarily useful with tailable cursors.
RETURNS
true if there may be more content to retrieve from the cursor.