Sponsor:

Your company here, and a link to your site. Click to find out more.

bson_iter_key - Man Page

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.

SEE ALSO:

bson_iter_key_len() to retrieve the length of the key in constant time.

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libbson