std::this_thread Symbol Index (since C++11)
| std | ||||
(C++11) | ||||
(C++26) | ||||
(C++17) | ||||
(C++17) | ||||
(C++26) | ||||
(C++14) | ||||
(C++20) | ||||
(C++11) | ||||
(C++17) | ||||
(C++20) | ||||
(C++11) | ||||
(deprecated in C++20) | ||||
(C++11) | ||||
| Macros | ||||
| Removed symbols (Zombie names) | ||||
| Exposition-only symbols |
This page tries to list all the symbols that are available from the standard library (concurrency support library) in the namespace std::this_thread. The symbols are written as follows:
- Function names with
(). - Templates with
<>.
G
get_id() (since C++11)
S
sleep_for<>() (since C++11)
sleep_until<>() (since C++11)
Y
yield() (since C++11)