![]() |
![]()
| ![]() |
![]()
SYNOPSISbool bson_iter_next (bson_iter_t *iter); PARAMETERS
DESCRIPTIONAdvances iter to the next element in the document. RETURNStrue if iter was advanced. Returns false if iter has passed the last element in the document or encountered invalid BSON. It is a programming error to use iter after this function has returned false. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|