Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 371 Bytes

bson_iter_key.rst

File metadata and controls

28 lines (17 loc) · 371 Bytes
man_page:bson_iter_key

bson_iter_key()

Synopsis

const char *
bson_iter_key (const bson_iter_t *iter);

Parameters

Description

Fetches the key for the current element observed by iter.

Returns

A string which should not be modified or freed.