VTK  9.3.20240424
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 59 of file vtkTypeList.h.

Member Typedef Documentation

◆ Head

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

Definition at line 61 of file vtkTypeList.h.

◆ Tail

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

Definition at line 62 of file vtkTypeList.h.


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