WARPXM v1.10.0
Loading...
Searching...
No Matches
WxTypeList< T, U > Struct Template Reference

WxTypeList class provides a means of defining a list of types (hence the name "typelist"). More...

#include <wxtypelist.h>

Detailed Description

template<class T, class U>
struct WxTypeList< T, U >

WxTypeList class provides a means of defining a list of types (hence the name "typelist").

These are very useful for generic programming, for example can be used to create abstract factories using the WxGenScatterHier template class. The macros below make it easy to generate typelist of a given length quite easily.

Public Types

typedef T Head
 
typedef U Tail
 

Member Typedef Documentation

◆ Head

template<class T , class U >
typedef T WxTypeList< T, U >::Head

◆ Tail

template<class T , class U >
typedef U WxTypeList< T, U >::Tail

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