delegate_cc.hpp

来自「An article on the implementation of a fa」· HPP 代码 · 共 13 行

HPP
13
字号
// FD.Delegate
// Do not include this header directly.

  /**
   * assign_to() for free function with calling convention.
   */
  template<typename UR FD_DELEGATE_COMMA FD_DELEGATE_TEMPLATE_PARMS2>
  FD_DELEGATE_DELEGATE & assign_to(FD_DELEGATE_ST UR (FD_DELEGATE_CC *fxn)(FD_DELEGATE_TEMPLATE_ARGS2), bool reset = false)
  {
    this->FD_DELEGATE_CC_NAME(function)( fxn, reset );
    return *this;
  }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?