VTK  9.4.20251007
vtkMatrixUtilities::detail::ExtractRawComponentType< MatrixT, typename std::enable_if< MatrixIs2DArray< MatrixT >()>::type > Struct Template Reference

#include <vtkMatrixUtilities.h>

Inheritance diagram for vtkMatrixUtilities::detail::ExtractRawComponentType< MatrixT, typename std::enable_if< MatrixIs2DArray< MatrixT >()>::type >:
[legend]
Collaboration diagram for vtkMatrixUtilities::detail::ExtractRawComponentType< MatrixT, typename std::enable_if< MatrixIs2DArray< MatrixT >()>::type >:
[legend]

Public Types

using Type = decltype(std::declval<MatrixT>()[0][0])

Detailed Description

template<class MatrixT>
struct vtkMatrixUtilities::detail::ExtractRawComponentType< MatrixT, typename std::enable_if< MatrixIs2DArray< MatrixT >()>::type >

Definition at line 130 of file vtkMatrixUtilities.h.

Member Typedef Documentation

◆ Type

template<class MatrixT>
using vtkMatrixUtilities::detail::ExtractRawComponentType< MatrixT, typename std::enable_if< MatrixIs2DArray< MatrixT >()>::type >::Type = decltype(std::declval<MatrixT>()[0][0])

Definition at line 132 of file vtkMatrixUtilities.h.


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