#include </opt/build/repo/nap/utility/src/utility/uniqueptrmapiterator.h>
Public Types | |
| using | Iterator = UniquePtrMapIterator< typename MAPTYPE::iterator, ELEMENTTYPE > |
Public Member Functions | |
| UniquePtrMapWrapper (MAPTYPE &inMap) | |
| Iterator | begin () |
| Iterator | end () |
Helper class to wrap a map of unique_ptrs, allowing you to expose the map values to clients, while hiding the unique_ptr. This is the non-const version.
| using Iterator = UniquePtrMapIterator<typename MAPTYPE::iterator, ELEMENTTYPE> |
| UniquePtrMapWrapper | ( | MAPTYPE & | inMap | ) |
| Iterator begin | ( | ) |
| Iterator end | ( | ) |