![]() |
![]()
| ![]() |
![]()
SYNOPSISuint32_t bson_iter_key_len (const bson_iter_t *iter); PARAMETERS
DESCRIPTIONFetches the length of the key for the current element observed by iter. This is a constant time computation, and therefore faster than calling strlen() on a key returned by bson_iter_key(). RETURNSAn integer representing the key length. SEE ALSO: bson_iter_key() to retrieve current key. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|