table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::stop_source::swap(3) | C++ Standard Libary | std::stop_source::swap(3) |
NAME¶
std::stop_source::swap - std::stop_source::swap
Synopsis¶
void swap( std::stop_source& other ) noexcept; (since C++20)
Exchanges the stop-state of *this and other.
Parameters¶
other - stop_source to exchange the contents with
Return value¶
(none)
2024.06.10 | http://cppreference.com |