文件名称:bind
介绍说明--下载内容均来自于网络,请自行研究使用
一个 超小型的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