VTK-m  2.0
Static Public Attributes | List of all members
vtkm::cont::arg::TypeCheck< vtkm::cont::arg::TypeCheckTagKeys, KeyType > Struct Template Reference

#include <Keys.h>

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename KeyType >
constexpr bool vtkm::cont::arg::TypeCheck< vtkm::cont::arg::TypeCheckTagKeys, KeyType >::value
staticconstexpr
Initial value:
=
std::is_base_of<vtkm::worklet::internal::KeysBase, typename std::decay<KeyType>::type>::value

The documentation for this struct was generated from the following file:
vtkm::cont::arg::TypeCheck< vtkm::cont::arg::TypeCheckTagKeys, KeyType >::value
static constexpr bool value
Definition: Keys.h:265