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