MongoDB C++ Driver
mongocxx-3.0.0
|
Class representing an input iterator of documents in a MongoDB cursor result set. More...
#include <cursor.hpp>
Public Member Functions | |
const bsoncxx::document::view & | operator* () const |
Dereferences the view for the document currently being pointed to. | |
const bsoncxx::document::view * | operator-> () const |
Accesses a member of the dereferenced document currently being pointed to. | |
iterator & | operator++ () |
Postfix increments the iterator to move to the next document. | |
void | operator++ (int) |
Prefix increments the iterator to move to the next document. | |
Friends | |
bool | operator== (const iterator &, const iterator &) |
Compare two iterators for (in)-equality. | |
bool | operator!= (const iterator &, const iterator &) |
Compare two iterators for (in)-equality. | |
Class representing an input iterator of documents in a MongoDB cursor result set.