14#include <l4/cxx/unique_ptr>
List item for an arbitrary item in a Smart_ptr_list.
List of smart-pointer-managed objects.
Bits::Smart_ptr_list_item< T, cxx::unique_ptr< T > > Unique_ptr_list_item
Item for list linked with cxx::unique_ptr.
Bits::Smart_ptr_list< Unique_ptr_list_item< T > > Unique_ptr_list
Single-linked list where elements are connected with a cxx::unique_ptr.
Implementation of a list of smart-pointer-managed objects.