MT Core (C++)
Core library for replacing C++ standard in project usage
|
Iterator that gives pointers to elements of a collection. More...
#include <iter.hpp>
Public Types | |
using | IterElem = std::add_pointer_t<typename T::Elem> |
Public Member Functions | |
Optional< IterElem > | next () |
Public Attributes | |
T & | s |
size_t | index = 0 |
Iterator that gives pointers to elements of a collection.
T | Collection being iterated over |
using mtcore::PtrIter< T >::IterElem = std::add_pointer_t<typename T::Elem> |
|
inline |
size_t mtcore::PtrIter< T >::index = 0 |
T& mtcore::PtrIter< T >::s |