mongoc_cursor_is_alive (3) Linux Manual Page
mongoc_cursor_is_alive() – Checks to see if a cursor is in a state that allows for more documents to be queried.
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.
