Mangrove
The C++ Object Document Mapper for MongoDB
mangrove::iterator_of< iterator_type, T > Struct Template Reference

Type trait that checks whether or not an iterator iterates a particular type. More...

#include <util.hpp>

+ Inheritance diagram for mangrove::iterator_of< iterator_type, T >:

Detailed Description

template<typename iterator_type, typename T>
struct mangrove::iterator_of< iterator_type, T >

Type trait that checks whether or not an iterator iterates a particular type.

Template Parameters
iterator_typeThe iterator being checked for iterating a particular type.
TThe type that the iterator must iterate for iterator_of::value to be true.

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