摘要: 1.std::forward,称为完美转发,能够保持rvalue或者lvalue的属性。 #include <iostream> #include <vector> #include <thread> #include "template.hpp" #include "threadPool.hpp" 阅读全文
posted @ 2025-04-08 08:55 麻袋君 阅读(43) 评论(0) 推荐(0)