Iros
 
Loading...
Searching...
No Matches
forward_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 = DefaultIntrusiveForwardListTag>
10
11template<typename T, typename Tag = DefaultIntrusiveForwardListTag, typename Self = Void>
13}
Definition forward_list_node.h:9
constexpr IntrusiveForwardList()
Definition forward_list.h:67
Definition sequence.h:12