1MONGOC_CURSOR_IS_ALIVE(3) libmongoc MONGOC_CURSOR_IS_ALIVE(3)
2
3
4
6 mongoc_cursor_is_alive - mongoc_cursor_is_alive()
7
9 bool
10 mongoc_cursor_is_alive (const mongoc_cursor_t *cursor)
11 BSON_GNUC_DEPRECATED_FOR (mongoc_cursor_more);
12
14 • cursor: A mongoc_cursor_t.
15
17 This function is superseded by mongoc_cursor_more(), which has equiva‐
18 lent behavior.
19
21 See mongoc_cursor_more().
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.20.0 Nov 18, 2021 MONGOC_CURSOR_IS_ALIVE(3)