VTK-m  2.0
Public Types | List of all members
vtkm::tuple_element< Index, TupleType > Struct Template Reference

Compatible with std::tuple_element for vtkm::Tuple. More...

#include <Tuple.h>

Public Types

using type = TupleElement< static_cast< vtkm::IdComponent >(Index), TupleType >
 

Detailed Description

template<std::size_t Index, typename TupleType>
struct vtkm::tuple_element< Index, TupleType >

Compatible with std::tuple_element for vtkm::Tuple.

Member Typedef Documentation

◆ type

template<std::size_t Index, typename TupleType >
using vtkm::tuple_element< Index, TupleType >::type = TupleElement<static_cast<vtkm::IdComponent>(Index), TupleType>

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