std::_Fwd_list_iterator< _Tp, _Alloc > Struct Template Reference
A forward_list::iterator.
More...
List of all members.
Public Types
Public Member Functions
-
_Fwd_list_iterator (typename _Node_base::_Pointer __n)
-
_Self _M_next () const
-
bool operator!= (const _Self &__x) const
-
reference operator* () const
-
_Self operator++ (int)
-
_Self & operator++ ()
-
pointer operator-> () const
-
bool operator== (const _Self &__x) const
Public Attributes
-
_Node_base::_Pointer _M_node
Detailed Description
template<typename _Tp, typename _Alloc>
struct std::_Fwd_list_iterator< _Tp, _Alloc >
A forward_list::iterator.
All the functions are op overloads.
Definition at line 108 of file forward_list.h.
The documentation for this struct was generated from the following file: