.TH "std::_Fwd_list_node_base" 3cxx "Sat Aug 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_node_base \- A helper basic node class for forward_list\&. This is just a linked list with nothing inside it\&. There are purely list shuffling utility methods here\&. .SH SYNOPSIS .br .PP .PP Inherited by \fBstd::_Fwd_list_node< _Tp >\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Fwd_list_node_base\fP (\fB_Fwd_list_node_base\fP &&__x) noexcept" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP (const \fB_Fwd_list_node_base\fP &)=delete" .br .ti -1c .RI "void \fB_M_reverse_after\fP () noexcept" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_transfer_after\fP (\fB_Fwd_list_node_base\fP *__begin, \fB_Fwd_list_node_base\fP *__end) noexcept" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP & \fBoperator=\fP (\fB_Fwd_list_node_base\fP &&__x) noexcept" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP & \fBoperator=\fP (const \fB_Fwd_list_node_base\fP &)=delete" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_next\fP" .br .in -1c .SH "Detailed Description" .PP A helper basic node class for forward_list\&. This is just a linked list with nothing inside it\&. There are purely list shuffling utility methods here\&. .PP Definition at line 54 of file forward_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.