#include <GenericFunction.h>
|
std::function< RETURN(PARAMS...)> | fun |
|
template<typename RETURN , typename... PARAMS>
template<typename... Ts>
The std::function to be called.
Forward all args to std::function constructor...
template<typename RETURN , typename... PARAMS>
template<typename... Ts>
Forward all args to std::function call.
template<typename T >
auto emp::GenericFunction::Convert |
( |
| ) |
|
|
inherited |
template<typename RETURN , typename... PARAMS>
template<typename... Ts>
RETURN emp::Function< RETURN(PARAMS...)>::operator() |
( |
Ts &&... |
args | ) |
|
|
inline |
Forward all args to std::function call.
template<typename RETURN , typename... PARAMS>
std::function<RETURN(PARAMS...)> emp::Function< RETURN(PARAMS...)>::fun |
|
protected |
The documentation for this class was generated from the following file: