Viskores  1.0
Public Types | List of all members
viskores::tuple_element< Index, TupleType > Struct Template Reference

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

#include <Tuple.h>

Public Types

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

Detailed Description

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

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

Member Typedef Documentation

◆ type

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

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