VTK  9.5.20251023
Static Public Attributes | List of all members
vtkCellArray_detail::GetCellAtIdImpl::CanShareConnPtr< ConnectivityT > Struct Template Reference

#include <vtkCellArray.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename ConnectivityT>
struct vtkCellArray_detail::GetCellAtIdImpl::CanShareConnPtr< ConnectivityT >

Definition at line 1766 of file vtkCellArray.h.

Member Data Documentation

◆ value

template<typename ConnectivityT >
constexpr bool vtkCellArray_detail::GetCellAtIdImpl::CanShareConnPtr< ConnectivityT >::value
staticconstexpr
Initial value:
=
std::is_base_of_v<vtkAOSDataArrayTemplate<vtkIdType>, ConnectivityT>

Definition at line 1768 of file vtkCellArray.h.


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