xxcallpmf
来自「C语言库函数的原型,有用的拿去」· 代码 · 共 17 行
TXT
17 行
// xxcallpmf internal header
// NOTE: no include guard
#if _NARGS != 0
template<class _Ret _C_CLASS_ARG0>
_Ret _ApplyX(_ARG0_A0_REFREF) const
{ // call pointer to member function
return (_CLASS_NAME(_Pmf_caller)<_Ret, _Memty>::
_Apply_pmf(this->_Get(), _A0_A1));
}
#endif /* _NARGS != 0 */
/*
* Copyright (c) 1992-2009 by P.J. Plauger. ALL RIGHTS RESERVED.
* Consult your license regarding permissions and restrictions.
V5.20:0009 */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?