#include <iterators.h>
template<class T>
struct MutableVectorIteration< T >::Iterator
Definition at line 158 of file iterators.h.
◆ Iterator()
template<class T >
| MutableVectorIteration< T >::Iterator::Iterator |
( |
typename std::vector< T >::iterator |
it | ) |
|
|
inlineexplicit |
◆ operator *()
template<class T >
| T* MutableVectorIteration< T >::Iterator::operator * |
( |
| ) |
|
|
inline |
◆ operator!=()
template<class T >
| bool MutableVectorIteration< T >::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator++()
template<class T >
| Iterator& MutableVectorIteration< T >::Iterator::operator++ |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: