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