33
Thread support library
[thread]
33.3
Threads
[thread.threads]
33.3.2
Class
thread
[thread.thread.class]
33.3.2.7
thread
specialized algorithms
[thread.thread.algorithm]
void swap(thread& x, thread& y) noexcept;
1
#
Effects:
As if by
x.swap(y)
.