.TH "std::_Fwd_list_node< _Tp >" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_node< _Tp > \- A helper node class for forward_list\&. This is just a linked list with uninitialized storage for a data value in each node\&. There is a sorting utility method\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::_Fwd_list_node_base\fP\&. .SS "Public Member Functions" .in +1c .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 "const _Tp * \fB_M_valptr\fP () const noexcept" .br .ti -1c .RI "_Tp * \fB_M_valptr\fP () noexcept" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_next\fP" .br .ti -1c .RI "__gnu_cxx::__aligned_buffer< _Tp > \fB_M_storage\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::_Fwd_list_node< _Tp >" A helper node class for forward_list\&. This is just a linked list with uninitialized storage for a data value in each node\&. There is a sorting utility method\&. .PP Definition at line 113 of file forward_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.