VTK  9.3.20240419
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 197 of file vtkDataArrayMeta.h.

Member Typedef Documentation

◆ APIType

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

Definition at line 199 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 200 of file vtkDataArrayMeta.h.


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