VTK  9.3.20240329
Public Types | List of all members
vtk::detail::is_closure_trait< Closure, void_t< decltype(&Closure::operator())> > Struct Template Reference

#include <vtkImplicitArrayTraits.h>

Inheritance diagram for vtk::detail::is_closure_trait< Closure, void_t< decltype(&Closure::operator())> >:
[legend]
Collaboration diagram for vtk::detail::is_closure_trait< Closure, void_t< decltype(&Closure::operator())> >:
[legend]

Public Types

using type = Closure
 

Detailed Description

template<typename Closure>
struct vtk::detail::is_closure_trait< Closure, void_t< decltype(&Closure::operator())> >

Definition at line 103 of file vtkImplicitArrayTraits.h.

Member Typedef Documentation

◆ type

template<typename Closure >
using vtk::detail::is_closure_trait< Closure, void_t< decltype(&Closure::operator())> >::type = Closure

Definition at line 106 of file vtkImplicitArrayTraits.h.


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