#include <mutex>. #include <thread> ... std::lock_guard<std::mutex> lock(mutex); ... int inpHeight = parser.get<int>("height");.
確定! 回上一頁