Embedded Template Library 1.0
|
Public Types | |
typedef etl::iterator< ETL_OR_STD::forward_iterator_tag, constTKey >::value_type | value_type |
typedef iunordered_multiset::key_type | key_type |
typedef iunordered_multiset::hasher | hasher |
typedef iunordered_multiset::key_equal | key_equal |
typedef iunordered_multiset::reference | reference |
typedef iunordered_multiset::const_reference | const_reference |
typedef iunordered_multiset::pointer | pointer |
typedef iunordered_multiset::const_pointer | const_pointer |
typedef iunordered_multiset::size_type | size_type |
![]() | |
typedef const TKey | value_type |
typedef ptrdiff_t | difference_type |
typedef const TKey * | pointer |
typedef const TKey & | reference |
typedef ETL_OR_STD::forward_iterator_tag | iterator_category |
Public Member Functions | |
const_iterator (const typename iunordered_multiset::iterator &other) | |
const_iterator (const const_iterator &other) | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator= (const const_iterator &other) |
const_reference | operator* () const |
const_pointer | operator& () const |
const_pointer | operator-> () const |
Friends | |
class | iunordered_multiset |
class | iterator |
bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |