摘要: 实现function 需要先声明template class myfunction;下面做特例化template<typename R, typename... A> 需要 #include <iostream> #include <functional> using namespace std; 阅读全文
posted @ 2023-09-26 18:34 霁空 阅读(32) 评论(0) 推荐(0)