std::stop_source::swap
提供: cppreference.com
<tbody>
</tbody>
void swap( std::stop_source& other ) noexcept; |
(C++20以上) | |
*this と other の停止状態を交換します。
引数
| other | - | 内容を交換する stop_source
|
戻り値
(なし)