|
Jlm
|
#include <IteratorWrapper.hpp>
Public Member Functions | |
| T & | operator() (const BaseIterator &it) const |
Functor for dereferencing iterators to (smart)pointers. The iterator may for example be a std::vector<std::unique_ptr<T>>:: iterator.
| T | the result type |
| BaseIterator | the iterator type |
Definition at line 24 of file IteratorWrapper.hpp.
|
inline |
Definition at line 27 of file IteratorWrapper.hpp.