Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the associated thread is joinable.
bool joinable() const _NOEXCEPT;
Return Value
true if the associated thread is joinable; otherwise, false.
Remarks
A thread object is joinable if get_id() != id().
Requirements
Header: thread
Namespace: std