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