MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
thread 成员列表

成员的完整列表,这些成员属于 thread,包括所有继承而来的类成员

detach()thread
get_id() const noexceptthreadinline
join()thread
joinable() const noexceptthreadinline
native_handle() const noexceptthreadinline
native_handle_type typedefthread
operator=(const thread &)=deletethread
operator=(thread &&other) noexceptthread
swap(thread &other) noexceptthreadinline
thread() noexcept=defaultthread
thread(F &&f, Args &&... args)threadinlineexplicit
thread(const thread &)=deletethread
thread(thread &&other) noexceptthread
~thread()thread