33 Concurrency support library [thread]

33.4 Threads [thread.threads]

33.4.4 Class jthread [thread.jthread.class]

33.4.4.5 Specialized algorithms [thread.jthread.special]

friend void swap(jthread& x, jthread& y) noexcept;
Effects: Equivalent to: x.swap(y).