|
Embedded Template Library 1.0
|
Iterator. More...
#include <multi_span.h>
Public Member Functions | |
| ETL_CONSTEXPR14 | iterator (const iterator &other) |
| ETL_CONSTEXPR14 iterator & | operator= (const iterator &rhs) |
| ETL_CONSTEXPR14 iterator & | operator++ () |
| ETL_CONSTEXPR14 iterator | operator++ (int) |
| ETL_CONSTEXPR14 iterator & | operator-- () |
| ETL_CONSTEXPR14 iterator | operator-- (int) |
| ETL_CONSTEXPR14 reference | operator* () |
| ETL_CONSTEXPR14 const_reference | operator* () const |
| ETL_CONSTEXPR14 pointer | operator-> () |
| -> operator | |
| ETL_CONSTEXPR14 const_pointer | operator-> () const |
| -> operator | |
Additional Inherited Members | |
| Public Types inherited from etl::iterator< ETL_OR_STD::bidirectional_iterator_tag, element_type > | |
| typedef element_type | value_type |
| typedef ptrdiff_t | difference_type |
| typedef element_type * | pointer |
| typedef element_type & | reference |
| typedef ETL_OR_STD::bidirectional_iterator_tag | iterator_category |
Iterator.
|
inline |
|
inline |