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::_List_node< _Tp > - An actual node in the list.

Author

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

                                                    libstdc++                       std::_List_node<_Tp>(3cxx)

Detailed Description

template<typename_Tp>
       struct std::_List_node< _Tp >"An actual node in the list.

Name

       std::_List_node< _Tp > - An actual node in the list.

Synopsis

       #include <list>

       Inherits std::__detail::_List_node_base.

   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
       _Tp * _M_valptr ()
       _Tp const * _M_valptr () const

   StaticPublicMemberFunctionsstaticvoidswap (_List_node_base &__x, _List_node_base &__y) noexcept

   PublicAttributes
       _List_node_base * _M_next
       _List_node_base * _M_prev
       __gnu_cxx::__aligned_membuf< _Tp > _M_storage

See Also