摘要:
一. std::bind (一)std::bind实现的关键技术 【编程实验】探索bind原理,实现自己的bind函数 #include <iostream> #include <tuple> using namespace std; //1. 占位符定义 template<size_t idx> 阅读全文
posted @ 2019-09-06 19:30 浅墨浓香 阅读(3429) 评论(2) 推荐(5)
|
||
|
摘要:
一. std::bind (一)std::bind实现的关键技术 【编程实验】探索bind原理,实现自己的bind函数 #include <iostream> #include <tuple> using namespace std; //1. 占位符定义 template<size_t idx> 阅读全文
posted @ 2019-09-06 19:30 浅墨浓香 阅读(3429) 评论(2) 推荐(5) |
||