IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::detail::FunctorWrapper< FOR, Functor, Policy, std::tuple< T... > > Struct Template Reference

#include <ParallelDispatch.h>

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

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.

References f.

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.

Referenced by operator()().


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