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::_Fwd_list_base< _Tp, _Alloc > - Base class for forward_list.

Author

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

                                                    libstdc++           std::_Fwd_list_base<_Tp,_Alloc>(3cxx)

Detailed Description

template<typename_Tp,typename_Alloc>
       struct std::_Fwd_list_base< _Tp, _Alloc >"Base class for forward_list.

Name

       std::_Fwd_list_base< _Tp, _Alloc > - Base class for forward_list.

Synopsis

       #include <forward_list>

       Inherited by std::forward_list<_Tp,_Alloc> [private].

   PublicTypestypedef_Fwd_list_node< _Tp > _Nodetypedef_Fwd_list_const_iterator< _Tp > const_iteratortypedef_Fwd_list_iterator< _Tp > iteratorPublicMemberFunctions_Fwd_list_base (_Fwd_list_base &&)=default_Fwd_list_base (_Fwd_list_base &&__lst, _Node_alloc_type &&__a)
       _Fwd_list_base (_Fwd_list_base &&__lst, _Node_alloc_type &&__a, std::true_type)
       _Fwd_list_base (_Node_alloc_type &&__a)
       const _Node_alloc_type & _M_get_Node_allocator () const noexcept
       _Node_alloc_type & _M_get_Node_allocator () noexcept

   ProtectedTypestypedef__gnu_cxx::__alloc_traits< _Node_alloc_type > _Node_alloc_traitstypedef__alloc_rebind< _Alloc, _Fwd_list_node< _Tp > > _Node_alloc_typeProtectedMemberFunctions
       template<typename... _Args> _Node * _M_create_node (_Args &&... __args)
       _Fwd_list_node_base * _M_erase_after (_Fwd_list_node_base *__pos)
       _Fwd_list_node_base * _M_erase_after (_Fwd_list_node_base *__pos, _Fwd_list_node_base *__last)
       _Node * _M_get_node ()
       template<typename... _Args> _Fwd_list_node_base * _M_insert_after (const_iterator__pos, _Args &&...
           __args)
       void_M_put_node (_Node *__p)

   ProtectedAttributes
       _Fwd_list_impl _M_impl

See Also