VTK  9.1.0
Public Types | Static Public Attributes | List of all members
vtk::detail::IsAOSDataArrayImpl< ArrayType > Struct Template Reference

#include <vtkDataArrayMeta.h>

Public Types

using APIType = GetAPIType< ArrayType >
 

Static Public Attributes

static constexpr bool value = std::is_base_of<vtkAOSDataArrayTemplate<APIType>, ArrayType>::value
 

Detailed Description

template<typename ArrayType>
struct vtk::detail::IsAOSDataArrayImpl< ArrayType >

Definition at line 195 of file vtkDataArrayMeta.h.

Member Typedef Documentation

◆ APIType

template<typename ArrayType >
using vtk::detail::IsAOSDataArrayImpl< ArrayType >::APIType = GetAPIType<ArrayType>

Definition at line 197 of file vtkDataArrayMeta.h.

Member Data Documentation

◆ value

template<typename ArrayType >
constexpr bool vtk::detail::IsAOSDataArrayImpl< ArrayType >::value = std::is_base_of<vtkAOSDataArrayTemplate<APIType>, ArrayType>::value
staticconstexpr

Definition at line 198 of file vtkDataArrayMeta.h.


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