std::experimental::swap(std::experimental::observer_ptr)
来自 cppreference.com
< cpp | experimental | observer ptr
template< class W > void swap( observer_ptr<W>& lhs, observer_ptr<W>& rhs ) noexcept; |
(库基础 TS v2) | |
专门化了 swap 算法用于 std::experimental::observer_ptr。交换 lhs 和 rhs 的指针。调用 lhs.swap(rhs).
内容 |
[编辑] 参数
lhs, rhs | - | 要交换内容的 observer_ptr |
[编辑] 返回值
(无)
[编辑] 复杂度
恒定。
[编辑] 另请参阅
交换两个对象的的值 (函数模板) | |
交换观察的对象 (公共成员函数) |