di 0.1.0
Loading...
Searching...
No Matches
decayed_tuple.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/meta/util.h"
5
6namespace di::meta {
7template<typename... Types>
9}
Definition tuple.h:27
Definition merge_interfaces.h:6
vocab::Tuple< meta::Decay< Types >... > DecayedTuple
Definition decayed_tuple.h:8