|
|
typedef Return_ | Return |
| |
|
typedef Return_(* | Signature) () |
| |
|
typedef Return_(* | Function) () |
| |
|
| | ApplyFunction (Function function) |
| |
| template<typename Passed > |
| Return | apply (Passed) |
| |
| template<typename Passed > |
| void | observe (Passed) |
| |
◆ ApplyFunction()
template<typename Parameters , typename Return_ >
97 :
98 function(function) {}
◆ apply()
template<typename Parameters , typename Return_ >
template<typename Passed >
105 {
106 return function();
107 }
◆ arity()
template<typename Parameters , typename Return_ >
100 {
101 return 0;
102 }
◆ observe()
template<typename Parameters , typename Return_ >
template<typename Passed >
The documentation for this class was generated from the following file: