Ubuntu Manpages

mongoc_cursor_is_alive

mongoc_cursor_is_alive()

bool
mongoc_cursor_is_alive (const mongoc_cursor_t *cursor)
   BSON_GNUC_DEPRECATED_FOR (mongoc_cursor_more);


  • cursor: A mongoc_cursor_t.

This function is superseded by mongoc_cursor_more(), which has equivalent behavior.

See mongoc_cursor_more().

MongoDB, Inc

2017-present, MongoDB, Inc