Nebula
Loading...
Searching...
No Matches
Jobs2::Callable< LAMBDA, ARGS > Struct Template Reference

#include <jobs2.h>

Inherits Jobs2::CallableStub< ARGS... >.

Public Member Functions

 Callable (LAMBDA l)
 
void invoke (ARGS... args) override
 
- Public Member Functions inherited from Jobs2::CallableStub< ARGS... >

Public Attributes

LAMBDA l
 

Constructor & Destructor Documentation

◆ Callable()

template<typename LAMBDA , typename... ARGS>
Jobs2::Callable< LAMBDA, ARGS >::Callable ( LAMBDA l)
inline

Member Function Documentation

◆ invoke()

template<typename LAMBDA , typename... ARGS>
void Jobs2::Callable< LAMBDA, ARGS >::invoke ( ARGS... args)
inlineoverridevirtual

Member Data Documentation

◆ l

template<typename LAMBDA , typename... ARGS>
LAMBDA Jobs2::Callable< LAMBDA, ARGS >::l

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