VTK  9.5.2
vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > > Struct Template Reference

#include <vtkImplicitArrayTraits.h>

Inheritance diagram for vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > >:
[legend]
Collaboration diagram for vtk::detail::can_close_trait< T, void_t< typename is_closure_trait< T >::rtype > >:
[legend]

Public Types

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

Static Public Attributes

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

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 [1/2]

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 [1/2]

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.

◆ type [2/2]

using vtk::detail::can_close_trait< T, typename >::type

Definition at line 277 of file vtkImplicitArrayTraits.h.

◆ rtype [2/2]

using vtk::detail::can_close_trait< T, typename >::rtype

Definition at line 279 of file vtkImplicitArrayTraits.h.

Member Data Documentation

◆ value [1/2]

template<typename T>
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 [1/2]

template<typename T>
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.

◆ value [2/2]

bool vtk::detail::can_close_trait< T, typename >::value
staticconstexpr

Definition at line 278 of file vtkImplicitArrayTraits.h.

◆ code [2/2]

iarrays::ReadOperatorCodes vtk::detail::can_close_trait< T, typename >::code
staticconstexpr

Definition at line 280 of file vtkImplicitArrayTraits.h.


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