![]() |
Mangrove
The C++ Object Document Mapper for MongoDB
|
A class that wraps a mongocxx::cursor. More...
#include <deserializing_cursor.hpp>
Classes | |
class | iterator |
A class that wraps a mongocxx::cursor.
It provides an iterator that deserializes the documents yielded by the underlying mongocxx cursor. NOTE: This iterator will skip documents that fail to be deserialized, e.g. due to non-matching schemas.