文件名称:bind
-
所属分类:
- 标签属性:
- 上传时间:2013-06-14
-
文件大小:6.26kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个 超小型的bind库, 它实现了大部分boost::bind的功能, 只是将名字空间由boost 变换为 bi 。如果使用了一般的使用中通常可以将
boost::bind(my_fun(), _1,_2)(234, "hello world") 形式替换为 bi::bind(my_fun(), _1, _2)(234, "hello world"),
既可完成编译,如果使用了名字空间,那就只需要将 using namespace boost 替换为 using namespafce bi 即可完成转化。
它对一般函数、成员函数, 虚拟函数, 函数对象都提供了全面支持。-An ultra-compact bind a library that implements most of the boost :: bind function, but will be converted to name space by a boost bi. If you use the general use can usually be boost :: bind (my_fun (), _1, _2) (234, " hello world" ) forms replaced bi :: bind (my_fun (), _1, _2) (234 , " hello world" ), can complete the translation, if you use a name space, then simply using namespace boost replaced using namespafce bi to complete the conversion. It generally functions, member functions, virtual functions, function objects are to provide a comprehensive support.
boost::bind(my_fun(), _1,_2)(234, "hello world") 形式替换为 bi::bind(my_fun(), _1, _2)(234, "hello world"),
既可完成编译,如果使用了名字空间,那就只需要将 using namespace boost 替换为 using namespafce bi 即可完成转化。
它对一般函数、成员函数, 虚拟函数, 函数对象都提供了全面支持。-An ultra-compact bind a library that implements most of the boost :: bind function, but will be converted to name space by a boost bi. If you use the general use can usually be boost :: bind (my_fun (), _1, _2) (234, " hello world" ) forms replaced bi :: bind (my_fun (), _1, _2) (234 , " hello world" ), can complete the translation, if you use a name space, then simply using namespace boost replaced using namespafce bi to complete the conversion. It generally functions, member functions, virtual functions, function objects are to provide a comprehensive support.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bind.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.