VTK-m  2.1
vtkm::List< Ts > Struct Template Reference

A template used to hold a list of types. More...

#include <List.h>

Detailed Description

template<typename... Ts>
struct vtkm::List< Ts >

A template used to hold a list of types.

List is an empty struct that is used to hold a list of types as its template arguments. VTK-m provides templated types that allows a List to be manipulated and used in numerous ways.


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