#include <NullFunctorImpl.h>
Public Member Functions | |
| void | operator() (VARIABLE_ARGS_IMPL) |
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: