mongoc_cursor_is_alive - Man Page
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().
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
May 09, 2023 1.23.4 libmongoc