摘要:一. std::bind (一)std::bind实现的关键技术 【编程实验】探索bind原理,实现自己的bind函数 #include <iostream> #include <tuple> using namespace std; //1. 占位符定义 template<size_t idx>
阅读全文
posted @ 2019-09-06 19:30
随笔 - 743, 文章 - 16, 评论 - 87, 阅读 -
53万
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
导航
搜索随笔分类
随笔档案
文章分类最新评论
|
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
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Powered by:
|