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

NAME

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

SYNOPSIS

16          bool
17          mongoc_cursor_is_alive (const mongoc_cursor_t *cursor)
18             BSON_GNUC_DEPRECATED_FOR (mongoc_cursor_more);
19

PARAMETERS

21cursor: A mongoc_cursor_t.
22

RETURNS

24       See mongoc_cursor_more().
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.24.3                           Aug 17, 2023        MONGOC_CURSOR_IS_ALIVE(3)
Impressum