|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Locking | ||||
| Modifiers | ||||
| Observers | ||||
| Non-member functions | ||||
swap(std::unique_lock) |
template<class Mutex> void swap( unique_lock<Mutex>& lhs, | (since C++11) | |
Specializes thestd::swap algorithm forstd::unique_lock. Exchanges the state oflhs with that ofrhs. Effectively callslhs.swap(rhs).
Contents |
| lhs, rhs | - | lock wrappers whose states to swap |
(none)
| This section is incomplete Reason: no example |
| swaps state with anotherstd::unique_lock (public member function)[edit] |