![]() |
![]()
| ![]() |
![]()
SYNOPSISconst char * bson_iter_key (const bson_iter_t *iter); PARAMETERS
DESCRIPTIONFetches the key for the current element observed by iter. RETURNSA string which should not be modified or freed. SEE ALSO: bson_iter_key_len() to retrieve the length of the key in constant time. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|