Iros
 
Loading...
Searching...
No Matches
di::container::detail::LinkedListNode< T > Struct Template Reference

#include <di/container/linked/linked_list.h>

Inheritance diagram for di::container::detail::LinkedListNode< T >:
[legend]

Public Member Functions

template<typename... Args>
requires (concepts::ConstructibleFrom<T, Args...>)
constexpr LinkedListNode (InPlace, Args &&... args)
 
constexpr auto value () -> T &
 
- Public Member Functions inherited from di::container::IntrusiveListNode< LinkedListTag< T > >
constexpr IntrusiveListNode ()
 
constexpr IntrusiveListNode ()
 

Constructor & Destructor Documentation

◆ LinkedListNode()

template<typename T>
template<typename... Args>
requires (concepts::ConstructibleFrom<T, Args...>)
di::container::detail::LinkedListNode< T >::LinkedListNode ( InPlace ,
Args &&... args )
inlineconstexpr

Member Function Documentation

◆ value()

template<typename T>
auto di::container::detail::LinkedListNode< T >::value ( ) -> T&
inlineconstexpr

The documentation for this struct was generated from the following file: