std::thread 的构造函数是个泛型函数:. template< class Function, class... Args > explicit thread( Function&& f, Args&&... args );. 也就是说第一个参数为函数 ...
確定! 回上一頁