MEL
Microthread & Execution library
mel::mpl::NullFunctor< VARIABLE_ARGS > Class Template Reference

#include <NullFunctorImpl.h>

Public Member Functions

void operator() (VARIABLE_ARGS_IMPL)
 

Detailed Description

template<VARIABLE_ARGS>
class mel::mpl::NullFunctor< VARIABLE_ARGS >

Always return void. If you need to return another type, use ReturnAdaptor over NullFunctor create a functor with no operation. usefull if some code needs a functor but you don't want to execute nothing

Example:


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