VTK  9.3.20240423
Public Types | Static Public Attributes | List of all members
vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > > Struct Template Reference

#include <vtkImplicitArrayTraits.h>

Public Types

using type = T
 
using rtype = typename is_closure_trait< T >::rtype
 

Static Public Attributes

static constexpr bool value = true
 
static constexpr iarrays::ReadOperatorCodes code = iarrays::CLOSURE
 

Detailed Description

template<typename T>
struct vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > >

Definition at line 284 of file vtkImplicitArrayTraits.h.

Member Typedef Documentation

◆ type

template<typename T >
using vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > >::type = T

Definition at line 286 of file vtkImplicitArrayTraits.h.

◆ rtype

template<typename T >
using vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > >::rtype = typename is_closure_trait<T>::rtype

Definition at line 288 of file vtkImplicitArrayTraits.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > >::value = true
staticconstexpr

Definition at line 287 of file vtkImplicitArrayTraits.h.

◆ code

template<typename T >
constexpr iarrays::ReadOperatorCodes vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > >::code = iarrays::CLOSURE
staticconstexpr

Definition at line 289 of file vtkImplicitArrayTraits.h.


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