VTK  9.3.20240329
vtkTypeList::MostDerived< TList, T > Struct Template Reference

Given a type T and a TypeList TList, store the most derived type of T in TList as Result. More...

Detailed Description

template<typename TList, typename T>
struct vtkTypeList::MostDerived< TList, T >

Given a type T and a TypeList TList, store the most derived type of T in TList as Result.

If no subclasses of T exist in TList, T will be set as Result, even if T itself is not in TList.

Definition at line 135 of file vtkTypeList.h.


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