1MONGOC_CURSOR_CURRENT(3)           libmongoc          MONGOC_CURSOR_CURRENT(3)
2
3
4

NAME

6       mongoc_cursor_current - mongoc_cursor_current()
7

SYNOPSIS

9          const bson_t *
10          mongoc_cursor_current (const mongoc_cursor_t *cursor);
11

PARAMETERS

13       ยท cursor: A mongoc_cursor_t.
14

DESCRIPTION

16       Fetches  the  cursors  current  document  or  NULL if there has been an
17       error.
18

RETURNS

20       A bson_t that should not be modified or freed or NULL.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.16.2                           Feb 25, 2020         MONGOC_CURSOR_CURRENT(3)
Impressum