std::this_thread Symbol Index

From cppreference.com
 
 
Symbol Index
std
(C++17)
(deprecated in C++20)
std::this_thread
(C++11)
Macros
Removed symbols
 


This page tries to list all the symbols that are available from the Standard Library in the namespace std::this_thread::. The symbols are written as follows:

  • Function names with ().
  • Templates with <>.

G S Y


G

get_id() (since C++11)

S

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

Y

yield() (since C++11)