bson_iter_key()
Synopsis
const char * bson_iter_key (const bson_iter_t *iter);
Parameters
iter |
A bson_iter_t. |
Description
Fetches the key for the current element observed by iter.
Returns
A string which should not be modified or freed.
const char * bson_iter_key (const bson_iter_t *iter);
iter |
A bson_iter_t. |
Fetches the key for the current element observed by iter.
A string which should not be modified or freed.