const bson_t *
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_CURSOR_CURRENT(3)
Description
Fetches the cursors current document or NULL if there has been an error.
Parameters
• cursor: A mongoc_cursor_t.
Returns
A bson_t that should not be modified or freed or NULL.
Synopsis
const bson_t *
mongoc_cursor_current (const mongoc_cursor_t *cursor);
