VTK  9.3.20240419
Public Types | Static Public Attributes | List of all members
vtk::detail::has_map_trait< R(Arg)> Struct Template Reference

#include <vtkImplicitArrayTraits.h>

Inheritance diagram for vtk::detail::has_map_trait< R(Arg)>:
[legend]

Public Types

using rtype = R
 

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

template<typename R, typename Arg>
struct vtk::detail::has_map_trait< R(Arg)>

Definition at line 84 of file vtkImplicitArrayTraits.h.

Member Typedef Documentation

◆ rtype

template<typename R , typename Arg >
using vtk::detail::has_map_trait< R(Arg)>::rtype = R

Definition at line 88 of file vtkImplicitArrayTraits.h.

Member Data Documentation

◆ value

template<typename R , typename Arg >
constexpr bool vtk::detail::has_map_trait< R(Arg)>::value = true
staticconstexpr

Definition at line 87 of file vtkImplicitArrayTraits.h.


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