![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
The iterator type returned by begin() and end(). More...
The iterator type returned by begin() and end().
Definition at line 680 of file iterators.h.
#include "iterators.h"
Public Attributes | |
| friend | IotaView |
Public Member Functions | |
| iterator_t & | operator++ (void) |
| IT | operator* (void) const |
| bool | operator== (const iterator_t &oth) const noexcept |
| bool | operator!= (const iterator_t &oth) const noexcept |
|
inline |
Definition at line 684 of file iterators.h.
|
inline |
Definition at line 694 of file iterators.h.
|
inlinenoexcept |
Definition at line 696 of file iterators.h.
|
inlinenoexcept |
Definition at line 701 of file iterators.h.
| friend elementa::base::IotaView< IT >::iterator_t::IotaView |
Definition at line 682 of file iterators.h.