![]() |
Mangrove
The C++ Object Document Mapper for MongoDB
|
Type trait that checks whether or not an iterator iterates a particular type. More...
#include <util.hpp>
Type trait that checks whether or not an iterator iterates a particular type.
iterator_type | The iterator being checked for iterating a particular type. |
T | The type that the iterator must iterate for iterator_of::value to be true. |