随笔分类 -  C/C++

摘要:#define BIND(__selector__,__target__, ...) std::bind(&__selector__,__target__, ##__VA_ARGS__) #define BIND_1(__selector__,__target__, ...) std::bind(& 阅读全文
posted @ 2016-03-25 20:07 eXSpring 阅读(237) 评论(0) 推荐(0)