Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 262 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 262 Bytes

cpp-delegate

c++委托的源代码实现已经放在了delegate.h下

c++版本 >= 11,直接添加文件到c++项目里,#include "delegate.h"

实现了任意函数的单播委托,多播委托,类成员函数的安全性检测,lambda表达式绑定