this_thread
void swap( shared_lock<Mutex>& lhs,
特化 std::swap 演算法以用於 std::shared_lock。交換 lhs 與 rhs 的狀態。實際上呼叫 lhs.swap(rhs)。
(無)
shared_lock