![]() |
COMPASS
5.4.4
End-to-end AO simulation tool using GPU acceleration
|
#include <type_list.hpp>
Public Types | |
using | TList = GenericTypeList< Type, Types... > |
using | Head = typename TList::Head |
using | Tail = typename TList::Tail |
using | Base = TypeMap< Interfacer, Tail > |
Static Public Member Functions | |
template<typename... Args> | |
static void | apply (Args &&... args) |
Definition at line 58 of file type_list.hpp.
using TypeMap< Interfacer, GenericTypeList< Type, Types... > >::Base = TypeMap<Interfacer, Tail> |
Definition at line 64 of file type_list.hpp.
using TypeMap< Interfacer, GenericTypeList< Type, Types... > >::Head = typename TList::Head |
Definition at line 61 of file type_list.hpp.
using TypeMap< Interfacer, GenericTypeList< Type, Types... > >::Tail = typename TList::Tail |
Definition at line 62 of file type_list.hpp.
using TypeMap< Interfacer, GenericTypeList< Type, Types... > >::TList = GenericTypeList<Type, Types...> |
Definition at line 60 of file type_list.hpp.
|
static |
Definition at line 67 of file type_list.hpp.