.TH "std::_Fwd_list_node_base" 3cxx "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 \fC#include \fP .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) \fBnoexcept\fP" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP (\fBconst\fP \fB_Fwd_list_node_base\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_reverse_after\fP () \fBnoexcept\fP" .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) \fBnoexcept\fP" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP & \fBoperator=\fP (\fB_Fwd_list_node_base\fP &&__x) \fBnoexcept\fP" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP & \fBoperator=\fP (\fBconst\fP \fB_Fwd_list_node_base\fP &)=\fBdelete\fP" .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\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.