浅墨浓香

想要天亮进城,就得天黑赶路。

导航

09 2019 档案

摘要:一. std::bind (一)std::bind实现的关键技术 【编程实验】探索bind原理,实现自己的bind函数 #include <iostream> #include <tuple> using namespace std; //1. 占位符定义 template<size_t idx> 阅读全文

posted @ 2019-09-06 19:30 浅墨浓香 阅读(3423) 评论(2) 推荐(5)