| 1 | // xxcallfun internal header | |
| 2 | // NOTE: no include guard | |
| 3 | ||
| 4 | template<class _Ret _C_CLASS_ARG0> | |
| 5 | _Ret _ApplyX(_ARG0_A0_REF) const | |
| 6 | { // call pointer to function | |
| 7 | return (this->_Get()(_A0_A1)); | |
| 8 | } | |
| 9 | ||
| 10 | #if _NARGS != 0 | |
| 11 | template<class _Ret _C_CLASS_ARG0> | |
| 12 | _Ret _ApplyX(const _ARG0_A0_REF) const | |
| 13 | { // call pointer to function |
| Lines 14 ... 20 are skipped. |
| 21 | V5.05:0009 */ | |
| 22 | ||