std::stop_source::swap
From cppreference.com
< cpp | thread | stop source
| void swap( std::stop_source& other ) noexcept; |
(C++20以降) | |
*this と other の stop-state を交換します。
[編集] パラメータ
| その他 | - | 内容を交換する stop_source |
[編集] 戻り値
(なし)