|
MT Core (C++)
Core library for replacing C++ standard in project usage
|
Iterator that gives copies of elements of a collection. More...
#include <iter.hpp>

Public Types | |
| using | IterElem = std::remove_const_t<typename T::Elem> |
Public Member Functions | |
| Optional< IterElem > | next () |
Public Attributes | |
| const T & | s |
| size_t | index = 0 |
Iterator that gives copies of elements of a collection.
| T | Collection being iterated over |
| using mtcore::ValIter< T >::IterElem = std::remove_const_t<typename T::Elem> |
|
inline |
| size_t mtcore::ValIter< T >::index = 0 |
| const T& mtcore::ValIter< T >::s |