VTK  9.4.2
Public Types | List of all members
vtkMatrixUtilities::detail::ExtractRawComponentType< MatrixT, typename std::enable_if< MatrixIs2DArray< MatrixT >()>::type > Struct Template Reference

#include <vtkMatrixUtilities.h>

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: