VTK  9.3.20240907
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])
 

Detailed Description

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

Definition at line 137 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])

Definition at line 139 of file vtkMatrixUtilities.h.


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