码迷,mamicode.com
首页 > 编程语言 > 详细

c++ 回调函数封装

时间:2015-12-09 18:49:08      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

std::function<void(int a,int b)> ha; //函数封装  当成参数用
callback  std::bind(&fun1,this,std::placeholders::_1,std::placeholders::_2)  //函数回调时使用

方便之处:类型安全。

c++ 回调函数封装

标签:

原文地址:http://www.cnblogs.com/mattins/p/5033315.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!