|
|
ETL_CONSTEXPR14 | const_iterator (const const_iterator &other) |
|
ETL_CONSTEXPR14 const_iterator & | operator= (const const_iterator &rhs) |
|
ETL_CONSTEXPR14 | const_iterator (const etl::multi_span< T >::iterator &other) |
|
ETL_CONSTEXPR14 const_iterator & | operator= (const etl::multi_span< T >::iterator &rhs) |
|
ETL_CONSTEXPR14 const_iterator & | operator++ () |
|
ETL_CONSTEXPR14 const_iterator | operator++ (int) |
|
ETL_CONSTEXPR14 const_iterator & | operator-- () |
|
ETL_CONSTEXPR14 const_iterator | operator-- (int) |
| ETL_CONSTEXPR14 const_reference | operator* () const |
|
ETL_CONSTEXPR14 const_pointer | operator-> () const |
| | -> operator
|
template<typename T>
class etl::multi_span< T >::const_iterator
Const Iterator.