Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::multi_span< T >::iterator Class Reference

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

Friends

class multi_span
class const_iterator
ETL_CONSTEXPR14 friend bool operator== (const iterator &lhs, const iterator &rhs)
 == operator
ETL_CONSTEXPR14 friend bool operator!= (const iterator &lhs, const iterator &rhs)
 != 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

Detailed Description

template<typename T>
class etl::multi_span< T >::iterator

Iterator.

Member Function Documentation

◆ operator*() [1/2]

template<typename T>
ETL_CONSTEXPR14 reference etl::multi_span< T >::iterator::operator* ( )
inline
  • operator

◆ operator*() [2/2]

template<typename T>
ETL_CONSTEXPR14 const_reference etl::multi_span< T >::iterator::operator* ( ) const
inline
  • operator

The documentation for this class was generated from the following file: