📜  核心数量 c++ - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:54.628000             🧑  作者: Mango

代码示例1
#include 

//may return 0 when not able to detect
const auto processor_count = std::thread::hardware_concurrency();