⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resolution_cc_select.hpp

📁 An article on the implementation of a fast C++ delegate with many advanced features.
💻 HPP
字号:
// FD.Resolution
// Do not include this header directly.

  /**
   * select() for free function with calling convention.
   */
  static FD_DELEGATE_ST UR (FD_DELEGATE_CC *select(FD_DELEGATE_ST UR (FD_DELEGATE_CC *fxn)(FD_DELEGATE_TEMPLATE_ARGS2)))(FD_DELEGATE_TEMPLATE_ARGS2)
  {
    return fxn;
  }

⌨️ 快捷键说明

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