mongoc_cursor_more()
Synopsis
bool mongoc_cursor_more (mongoc_cursor_t *cursor);
Parameters
cursor |
Description
This function shall indicate if there is more data to be read from the cursor.
Returns
true if there is more data to be read from the cursor, otherwise false.