std::stop_source:: swap
From cppreference.net
<
cpp
|
thread
|
stop source
C++
Concurrency support library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::stop_source
| Member functions | ||||
| Modifiers | ||||
|
stop_source::swap
|
||||
| Observers | ||||
| Non-member functions | ||||
| Helper tags | ||||
|
void
swap
(
std::
stop_source
&
other
)
noexcept
;
|
(C++20以降) | |
* this と other の停止状態を交換します。
パラメータ
| その他 | - |
stop_source
と内容を交換する
|
戻り値
(なし)