70 std::swap (id_, t.id_);
71 std::swap (function_object_deleter_, t.function_object_deleter_);
void * function_args(void) const
Get the thread function arguments.
result_t detach(void)
Detach a thread.
native_handle_type native_thread_
void delete_system_thread(void)
bool joinable(void) const noexcept
thread() noexcept=default
thread & operator=(const thread &)=delete
void swap(thread &t) noexcept
function_object_deleter_t function_object_deleter_
int printf(const char *format,...)
Write a formatted string to the trace device.
void swap(thread &x, thread &y) noexcept