libstdc++
|
Public Types | |
typedef const _Fwd_list_node< _Tp > | _Node |
typedef _Fwd_list_const_iterator< _Tp > | _Self |
typedef ptrdiff_t | difference_type |
typedef _Fwd_list_iterator< _Tp > | iterator |
typedef std::forward_iterator_tag | iterator_category |
typedef const _Tp * | pointer |
typedef const _Tp & | reference |
typedef _Tp | value_type |
Public Member Functions | |
_Fwd_list_const_iterator (const _Fwd_list_node_base *__n) noexcept | |
_Fwd_list_const_iterator (const iterator &__iter) noexcept | |
reference | operator* () const noexcept |
_Self & | operator++ () noexcept |
_Self | operator++ (int) noexcept |
pointer | operator-> () const noexcept |
Friends | |
template<typename , typename > | |
struct | _Fwd_list_base |
template<typename , typename > | |
class | forward_list |
bool | operator== (const _Self &__x, const _Self &__y) noexcept |
A forward_list::const_iterator.
All the functions are op overloads.
Definition at line 249 of file forward_list.h.
Forward list const_iterator equality comparison.
Definition at line 301 of file forward_list.h.