Iros
 
Loading...
Searching...
No Matches
list_forward_declaration.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/types/prelude.h"
4
5namespace di::container {
7
8template<typename Tag = DefaultIntrusiveListTag>
10
11template<typename T, typename Tag = DefaultIntrusiveListTag, typename Self = Void>
13}
Definition list_node.h:9
constexpr IntrusiveList()
Definition list.h:68
Definition sequence.h:12