.TH "std::_List_const_iterator< _Tp >" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_List_const_iterator< _Tp > \- A list::const_iterator\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef const \fB_List_node\fP< _Tp > \fB_Node\fP" .br .ti -1c .RI "typedef \fB_List_const_iterator\fP< _Tp > \fB_Self\fP" .br .ti -1c .RI "typedef ptrdiff_t \fBdifference_type\fP" .br .ti -1c .RI "typedef \fB_List_iterator\fP< _Tp > \fBiterator\fP" .br .ti -1c .RI "typedef \fBstd::bidirectional_iterator_tag\fP \fBiterator_category\fP" .br .ti -1c .RI "typedef const _Tp * \fBpointer\fP" .br .ti -1c .RI "typedef const _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_List_const_iterator\fP (const \fB__detail::_List_node_base\fP *__x) noexcept" .br .ti -1c .RI "\fB_List_const_iterator\fP (const \fBiterator\fP &__x) noexcept" .br .ti -1c .RI "\fBiterator\fP \fB_M_const_cast\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 "\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 "const \fB__detail::_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 .ti -1c .RI "bool \fBoperator==\fP (const \fB_Self\fP &__x, const \fB_Self\fP &__y) noexcept" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::_List_const_iterator< _Tp >" A list::const_iterator\&. All the functions are op overloads\&. .PP Definition at line 266 of file stl_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.