A functor to wrap the call to Function::run().
More...
#include <RunSpecialised.hpp>
Public Types | |
| using | OperatorType = Function |
Public Member Functions | |
| template<typename... Args> | |
| auto | operator() (Args &&... args) const |
Call Function::run() with the arguments given to this method and return its value. More... | |
A functor to wrap the call to Function::run().
Used by runSpecialised() when targeting a static function.
| auto sp::RunSpecialisedWrapper< Function >::operator() | ( | Args &&... | args | ) | const |
Call Function::run() with the arguments given to this method and return its value.