mongoc_cursor_is_alive()¶
Synopsis¶
bool
mongoc_cursor_is_alive (const mongoc_cursor_t *cursor)
BSON_GNUC_DEPRECATED_FOR (mongoc_cursor_more);
Parameters¶
cursor
: A mongoc_cursor_t.
Deprecated¶
This function is superseded by mongoc_cursor_more(), which has equivalent behavior.
Returns¶
See mongoc_cursor_more().