|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 thread,包括所有继承而来的类成员
| detach() | thread | |
| get_id() const noexcept | thread | inline |
| join() | thread | |
| joinable() const noexcept | thread | inline |
| native_handle() const noexcept | thread | inline |
| native_handle_type typedef | thread | |
| operator=(const thread &)=delete | thread | |
| operator=(thread &&other) noexcept | thread | |
| swap(thread &other) noexcept | thread | inline |
| thread() noexcept=default | thread | |
| thread(F &&f, Args &&... args) | thread | inlineexplicit |
| thread(const thread &)=delete | thread | |
| thread(thread &&other) noexcept | thread | |
| ~thread() | thread |