OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
ippl::detail::FunctorWrapper< FOR, Functor, Policy, std::tuple< T... > > Struct Template Reference

#include <ParallelDispatch.h>

Collaboration diagram for ippl::detail::FunctorWrapper< FOR, Functor, Policy, std::tuple< T... > >:
Collaboration graph

Public Member Functions

KOKKOS_INLINE_FUNCTION void operator() (T... x) const
 

Public Attributes

Functor f
 

Detailed Description

template<typename Functor, typename Policy, typename... T>
struct ippl::detail::FunctorWrapper< FOR, Functor, Policy, std::tuple< T... > >

Definition at line 159 of file ParallelDispatch.h.

Member Function Documentation

◆ operator()()

template<typename Functor , typename Policy , typename... T>
KOKKOS_INLINE_FUNCTION void ippl::detail::FunctorWrapper< FOR, Functor, Policy, std::tuple< T... > >::operator() ( T...  x) const
inline

Definition at line 162 of file ParallelDispatch.h.

Member Data Documentation

◆ f

template<typename Functor , typename Policy , typename... T>
Functor ippl::detail::FunctorWrapper< FOR, Functor, Policy, std::tuple< T... > >::f

Definition at line 160 of file ParallelDispatch.h.


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