.TH "std::_Fwd_list_iterator< _Tp >" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_iterator< _Tp > \- A forward_list::iterator\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef \fB_Fwd_list_node\fP< _Tp > \fB_Node\fP" .br .ti -1c .RI "typedef \fB_Fwd_list_iterator\fP< _Tp > \fB_Self\fP" .br .ti -1c .RI "typedef ptrdiff_t \fBdifference_type\fP" .br .ti -1c .RI "typedef \fBstd::forward_iterator_tag\fP \fBiterator_category\fP" .br .ti -1c .RI "typedef _Tp * \fBpointer\fP" .br .ti -1c .RI "typedef _Tp & \fBreference\fP" .br .ti -1c .RI "typedef _Tp \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Fwd_list_iterator\fP (\fB_Fwd_list_node_base\fP *__n) noexcept" .br .ti -1c .RI "\fB_Self\fP \fB_M_next\fP () const noexcept" .br .ti -1c .RI "reference \fBoperator*\fP () const noexcept" .br .ti -1c .RI "\fB_Self\fP & \fBoperator++\fP () noexcept" .br .ti -1c .RI "\fB_Self\fP \fBoperator++\fP (int) noexcept" .br .ti -1c .RI "pointer \fBoperator\->\fP () const noexcept" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_node\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator!=\fP (const \fB_Self\fP &__x, const \fB_Self\fP &__y) noexcept" .br .RI "Forward list iterator inequality comparison\&. " .ti -1c .RI "bool \fBoperator==\fP (const \fB_Self\fP &__x, const \fB_Self\fP &__y) noexcept" .br .RI "Forward list iterator equality comparison\&. " .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::_Fwd_list_iterator< _Tp >" A forward_list::iterator\&. All the functions are op overloads\&. .PP Definition at line 135 of file forward_list\&.h\&. .SH "Friends And Related Function Documentation" .PP .SS "template bool operator!= (const \fB_Self\fP & __x, const \fB_Self\fP & __y)\fC [friend]\fP" .PP Forward list iterator inequality comparison\&. .PP Definition at line 188 of file forward_list\&.h\&. .SS "template bool operator== (const \fB_Self\fP & __x, const \fB_Self\fP & __y)\fC [friend]\fP" .PP Forward list iterator equality comparison\&. .PP Definition at line 180 of file forward_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.