Provided by: libmongoc-doc_1.3.1-1_all 

NAME
mongoc_cursor_more() - This function shall indicate if there is more data to be read from the cursor.
SYNOPSIS
bool
mongoc_cursor_more (mongoc_cursor_t *cursor);
PARAMETERS
cursor A mongoc_cursor_t \&.
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.
COLOPHON
This page is part of MongoDB C Driver. Please report any bugs at
https://jira.mongodb.org/browse/CDRIVER.
MongoDB C Driver 2016‐01‐18 MONGOC_CURSOR_MORE(3)