Files
2025-10-25 03:02:53 +03:00

572 B

[thread.jthread.special]

32 Concurrency support library [thread]

32.4 Threads [thread.threads]

32.4.4 Class jthread [thread.jthread.class]

32.4.4.5 Specialized algorithms [thread.jthread.special]

🔗

friend void swap(jthread& x, jthread& y) noexcept;

1

#

Effects: Equivalent to: x.swap(y).