SYNOPSIS

void
mongoc_cursor_destroy (mongoc_cursor_t *cursor);

DESCRIPTION

The mongoc_cursor_destroy() function shall destroy the cursor referenced by the cursor argument and any resources associated with the cursor.

RETURN VALUE

The mongoc_cursor_destroy() function has no return value.

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.