NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <jitify.hpp>
Public Member Functions | |
Lambda (Capture const &capture, std::string func_string, Func func) | |
Public Attributes | |
Capture | _capture |
std::string | _func_string |
Func | _func |
An object that captures the instantiated Lambda function for use in a parallel_for expression and the function string for NVRTC compilation
|
inline |
Capture jitify::Lambda< Func >::_capture |
Referenced by jitify::parallel_for().
Func jitify::Lambda< Func >::_func |
Referenced by jitify::parallel_for().
std::string jitify::Lambda< Func >::_func_string |
Referenced by jitify::parallel_for().