VTK
9.4.20241108
|
Generic implementation of TypeList. More...
#include <vtkTypeList.h>
Public Types | |
typedef T | Head |
typedef U | Tail |
Generic implementation of TypeList.
Definition at line 59 of file vtkTypeList.h.
typedef T vtkTypeList::TypeList< T, U >::Head |
Definition at line 61 of file vtkTypeList.h.
typedef U vtkTypeList::TypeList< T, U >::Tail |
Definition at line 62 of file vtkTypeList.h.