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