SYNOPSIS

bool
mongoc_cursor_more (mongoc_cursor_t *cursor);

DESCRIPTION

The mongoc_cursor_more() function shall indicate if the cursor has more data to be read.

RETURN VALUE

The mongoc_cursor_more() function returns true if there is more data to be read from the cursor.

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.