Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TypeList< T > Struct Template Reference

#include <Meta.hxx>

+ Collaboration diagram for TypeList< T >:

Public Types

using current = T
 
using next = nullptr_t
 

Detailed Description

template<typename T>
struct TypeList< T >

Definition at line 19 of file Meta.hxx.

Member Typedef Documentation

◆ current

template<typename T >
using TypeList< T >::current = T

Definition at line 21 of file Meta.hxx.

◆ next

template<typename T >
using TypeList< T >::next = nullptr_t

Definition at line 22 of file Meta.hxx.


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