VTK  9.1.0
Public Types | List of all members
vtkTypeList::TypeList< T, U > Struct Template Reference

Generic implementation of TypeList. More...

#include <vtkTypeList.h>

Public Types

typedef T Head
 
typedef U Tail
 

Detailed Description

template<typename T, typename U>
struct vtkTypeList::TypeList< T, U >

Generic implementation of TypeList.

Definition at line 74 of file vtkTypeList.h.

Member Typedef Documentation

◆ Head

template<typename T , typename U >
typedef T vtkTypeList::TypeList< T, U >::Head

Definition at line 76 of file vtkTypeList.h.

◆ Tail

template<typename T , typename U >
typedef U vtkTypeList::TypeList< T, U >::Tail

Definition at line 77 of file vtkTypeList.h.


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