std::stop_source::swap
void swap( std::stop_source& other ) noexcept; | (с C++20) |
Обменивает состояние остановки *this и other.
Параметры
| other | - | stop_source для обмена содержимым |
Возвращаемое значение
(нет)
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/thread/stop_source/swap