|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <WorkRunner.hpp>
Public Member Functions | |
| template<typename body_in , typename = typename std::enable_if< std::is_same<LoopBody, camp::decay<body_in>>::value>::type> | |
| HoldBodyArgs_base (body_in &&body, Args... args) | |
Protected Attributes | |
| LoopBody | m_body |
| camp::tuple< Args... > | m_arg_tuple |
A body and args holder for storing loops that are being executed in foralls
|
inline |
|
protected |
|
protected |