std::stop_source::swap
來自 cppreference.com
< cpp | thread | stop_source
void swap( std::stop_source& other ) noexcept; |
(C++20 起) | |
交換 *this 和 other 的停止狀態。
[編輯] 引數
其他 | - | 要交換內容的 stop_source |
[編輯] 返回值
(無)