C++中关于调用操作符的重载operator()与自定义构造函数

2024-12-17 06:26:34
推荐回答(1个)
回答1:

    thread thrd1(count(10), 5);
    thread thrd2(count(20), 10);

顺带一提, C++11 已有线程库,无需使用 boost