void swap( shared_lock<Mutex>& lhs,
为 std::shared_lock 特化 std::swap 算法。交换 lhs 与 rhs 的内部状态。等效于调用 lhs.swap(rhs) 。
lhs
rhs
(无)