TrueReality  v0.1.1912
trUtil::TypeList< T, U > Struct Template Reference

List of types structure. More...

#include <TypeList.h>

Public Types

using Head = T
 
using Tail = U
 

Detailed Description

template<class T, class U>
struct trUtil::TypeList< T, U >

List of types structure.

Template Parameters
TGeneric type parameter.
UGeneric type parameter.

Definition at line 70 of file TypeList.h.

Member Typedef Documentation

◆ Head

template<class T, class U>
using trUtil::TypeList< T, U >::Head = T

Definition at line 72 of file TypeList.h.

◆ Tail

template<class T, class U>
using trUtil::TypeList< T, U >::Tail = U

Definition at line 73 of file TypeList.h.


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