VTK  9.3.1
Public Types | Static Public Attributes | List of all members
vtk::detail::has_map_tuple_trait< void(ArgIdx, ArgTup *)> Struct Template Reference

#include <vtkImplicitArrayTraits.h>

Inheritance diagram for vtk::detail::has_map_tuple_trait< void(ArgIdx, ArgTup *)>:
[legend]

Public Types

using rtype = ArgTup
 

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<typename ArgIdx, typename ArgTup>
struct vtk::detail::has_map_tuple_trait< void(ArgIdx, ArgTup *)>

Definition at line 177 of file vtkImplicitArrayTraits.h.

Member Typedef Documentation

template<typename ArgIdx , typename ArgTup >
using vtk::detail::has_map_tuple_trait< void(ArgIdx, ArgTup *)>::rtype = ArgTup

Definition at line 181 of file vtkImplicitArrayTraits.h.

Member Data Documentation

template<typename ArgIdx , typename ArgTup >
constexpr bool vtk::detail::has_map_tuple_trait< void(ArgIdx, ArgTup *)>::value = true
static

Definition at line 180 of file vtkImplicitArrayTraits.h.


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