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