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

SYNOPSIS

6          const bson_t *
7          mongoc_cursor_current (const mongoc_cursor_t *cursor);
8

PARAMETERS

10cursor: A mongoc_cursor_t.
11

DESCRIPTION

13       Fetches  the  cursors current document or NULL if there has been an er‐
14       ror.
15

RETURNS

17       A bson_t that should not be modified or freed or NULL.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023         MONGOC_CURSOR_CURRENT(3)
Impressum