VTK  9.3.20240419
Public Types | Static Public Attributes | List of all members
vtk::detail::can_map_component_trait< T, typename > Struct Template Reference

An intermediate trait for exposing a unified trait interface. More...

#include <vtkImplicitArrayTraits.h>

Public Types

using type = T
 
using rtype = void
 

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T, typename = void>
struct vtk::detail::can_map_component_trait< T, typename >

An intermediate trait for exposing a unified trait interface.

Definition at line 321 of file vtkImplicitArrayTraits.h.

Member Typedef Documentation

◆ type

template<typename T , typename = void>
using vtk::detail::can_map_component_trait< T, typename >::type = T

Definition at line 323 of file vtkImplicitArrayTraits.h.

◆ rtype

template<typename T , typename = void>
using vtk::detail::can_map_component_trait< T, typename >::rtype = void

Definition at line 325 of file vtkImplicitArrayTraits.h.

Member Data Documentation

◆ value

template<typename T , typename = void>
constexpr bool vtk::detail::can_map_component_trait< T, typename >::value = false
staticconstexpr

Definition at line 324 of file vtkImplicitArrayTraits.h.


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