Iros
 
Loading...
Searching...
No Matches
linked_list.h File Reference

Go to the source code of this file.

Classes

struct  di::container::detail::LinkedListNode< T >
 
struct  di::container::detail::LinkedListTag< T >
 
class  di::container::LinkedList< T, Alloc >
 
class  di::LinkedList< T, Alloc >
 

Namespaces

namespace  di
 
namespace  di::container
 
namespace  di::container::detail
 

Functions

template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>>
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< LinkedList >, Con &&) -> LinkedList< T >