1MONGOC_CURSOR_DESTROY(3)           libmongoc          MONGOC_CURSOR_DESTROY(3)
2
3
4

SYNOPSIS

6          void
7          mongoc_cursor_destroy (mongoc_cursor_t *cursor);
8

PARAMETERS

10cursor: A mongoc_cursor_t.
11

DESCRIPTION

13       Frees  a  mongoc_cursor_t  and  releases all associated resources. If a
14       server-side cursor has been allocated, it will  be  released  as  well.
15       Does nothing if cursor is NULL.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023         MONGOC_CURSOR_DESTROY(3)
Impressum