Mangrove
The C++ Object Document Mapper for MongoDB
Classes | List of all members
mangrove::deserializing_cursor< T > Class Template Reference

A class that wraps a mongocxx::cursor. More...

#include <deserializing_cursor.hpp>

Classes

class  iterator
 

Detailed Description

template<class T>
class mangrove::deserializing_cursor< T >

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.


The documentation for this class was generated from the following file: