IPPL API Reference
Independent Parallel Particle Layer C++ API
Loading...
Searching...
No Matches
ippl::detail::CapturedExpression< E, N > Struct Template Reference

#include <IpplExpressions.h>

Public Member Functions

template<typename... Args>
KOKKOS_INLINE_FUNCTION auto operator() (Args... args) const
 

Public Attributes

char buffer [N]
 

Static Public Attributes

static constexpr unsigned dim = E::dim
 

Detailed Description

template<typename E, size_t N = sizeof(E)>
struct ippl::detail::CapturedExpression< E, N >

This expression is only used to allocate enough memory for the kernel on the device. It is instantiated in the assignment operator of the BareField class.


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