摘要: ```cpp #include #include using namespace std; void once_fun(std::once_flag &&flag) { std::call_once(flag, []() { cout << "message from once fun" << en 阅读全文
posted @ 2023-07-31 20:31 BuzzWeek 阅读(6) 评论(0) 推荐(0) 编辑