*** 实现bind1st和bind2nd函数适配器

#include #include #include using namespace std; template class my_binder1st { public: my_binder1st(const Operation op, const Para first): m_op(op), m_first(first) { } Para operato...
posted @ 2019-01-06 09:16  super行者  阅读(227)  评论(0编辑  收藏  举报