Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::ireference_flat_map< TKey, TMapped, TKeyCompare >::const_iterator Class Reference

Public Member Functions

 const_iterator (typename lookup_t::const_iterator ilookup_)
 const_iterator (const typename ireference_flat_map::iterator &other)
 const_iterator (const const_iterator &other)
const_iterator & operator= (const typename ireference_flat_map::iterator &other)
const_iterator & operator= (const const_iterator &other)
const_iterator & operator++ ()
const_iterator operator++ (int)
const_iterator & operator-- ()
const_iterator operator-- (int)
const_reference operator* () const
const_pointer operator& () const
const_pointer operator-> () const

Friends

class ireference_flat_map
bool operator== (const const_iterator &lhs, const const_iterator &rhs)
bool operator!= (const const_iterator &lhs, const const_iterator &rhs)

Additional Inherited Members

Public Types inherited from etl::iterator< ETL_OR_STD::bidirectional_iterator_tag, const value_type >
typedef const value_type value_type
typedef ptrdiff_t difference_type
typedef const value_type * pointer
typedef const value_type & reference
typedef ETL_OR_STD::bidirectional_iterator_tag iterator_category

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