logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       Advances iter to the next element in the document.

Parameters

iter: A bson_iter_t.

Returns

       true  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.

Synopsis

          bool
          bson_iter_next (bson_iter_t *iter);

See Also