Base class for forward_list.
More...
List of all members.
Public Types
Public Member Functions
-
_Fwd_list_base (const _Alloc &__a)
-
_Fwd_list_base (_Fwd_list_base &&__lst)
-
_Fwd_list_base (const _Fwd_list_base &__lst, const _Alloc &__a)
-
_Fwd_list_base (_Fwd_list_base &&__lst, const _Alloc &__a)
-
const _Node_alloc_type & _M_get_Node_allocator () const
-
_Node_alloc_type & _M_get_Node_allocator ()
Protected Types
-
typedef _Alloc::template
rebind< _Fwd_list_node< _Tp >
>::other _Node_alloc_type
-
typedef _Alloc::template
rebind< _Tp >::other _Tp_alloc_type
Protected Member Functions
Protected Attributes
Detailed Description
template<typename _Tp, typename _Alloc>
struct std::_Fwd_list_base< _Tp, _Alloc >
Base class for forward_list.
Definition at line 273 of file forward_list.h.
The documentation for this struct was generated from the following files: