VTK  9.5.20251207
vtkTypeList::Append< TList, T, Rest > Struct Template Reference

Appends types/TypeLists to TypeList TList and stores the result in Result. More...

Inheritance diagram for vtkTypeList::Append< TList, T, Rest >:
[legend]

Detailed Description

template<typename TList, typename T, typename... Rest>
struct vtkTypeList::Append< TList, T, Rest >

Appends types/TypeLists to TypeList TList and stores the result in Result.

Supports appending 2 or more arguments using variadic templates.

Definition at line 159 of file vtkTypeList.h.


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