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

NAME

6       mongoc_cursor_destroy - mongoc_cursor_destroy()
7

SYNOPSIS

9          void
10          mongoc_cursor_destroy (mongoc_cursor_t *cursor);
11

PARAMETERS

13       ยท cursor: A mongoc_cursor_t.
14

DESCRIPTION

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

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.16.2                           Feb 25, 2020         MONGOC_CURSOR_DESTROY(3)
Impressum