std::this_thread 符号索引

 
 
符号索引
std
(C++17)
(C++20 中弃用)
std::this_thread
(C++11)
移除的符号
 


此页面尝试列出所有来自标准库,在命名空间 std::this_thread:: 中的可用符号。符号书写如下:

  • 函数名带 ()
  • 模板名带 <>

G S Y


G

get_id() (C++11 起)

S

sleep_for<>() (C++11 起)
sleep_until<>() (C++11 起)

Y

yield() (C++11 起)