logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__detail::_List_node_base - Common part of a node in the list.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++               std::__detail::_List_node_base(3cxx)

Detailed Description

       Common part of a node in the list.

Name

       std::__detail::_List_node_base - Common part of a node in the list.

Synopsis

       #include <list>

       Inherited by std::_List_node<_Tp>, std::__detail::_List_node_header, and std::__detail::_Scratch_list.

   PublicMemberFunctionsvoid_M_hook (_List_node_base *const __position) noexcept
       void_M_reverse () noexcept
       void_M_transfer (_List_node_base *const __first, _List_node_base *const __last) noexcept
       void_M_unhook () noexcept

   StaticPublicMemberFunctionsstaticvoidswap (_List_node_base &__x, _List_node_base &__y) noexcept

   PublicAttributes_List_node_base * _M_next_List_node_base * _M_prev

See Also