1MONGOC_CURSOR_IS_ALIVE(3)          libmongoc         MONGOC_CURSOR_IS_ALIVE(3)
2
3
4

WARNING:

6          Deprecated  since  version  1.10.0:  This function is deprecated and
7          should not be used in new code.
8
9          Please use mongoc_cursor_more() in new code.
10
11

SYNOPSIS

13          bool
14          mongoc_cursor_is_alive (const mongoc_cursor_t *cursor)
15             BSON_GNUC_DEPRECATED_FOR (mongoc_cursor_more);
16

PARAMETERS

18cursor: A mongoc_cursor_t.
19

RETURNS

21       See mongoc_cursor_more().
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.25.1                           Nov 08, 2023        MONGOC_CURSOR_IS_ALIVE(3)
Impressum