std::shared_ptr::swap

From cppreference.com
< cpplrm; | memorylrm; | shared ptr
Dynamic memory management
Uninitialized storage
(C++17)
Garbage collection support
Miscellaneous
(C++20)
(C++11)
(C++11)
C Library
Low level memory management
void swap( shared_ptr& r ) noexcept;
(since C++11)

Exchanges the contents of *this and r

Parameters

r - smart pointer to exchange the contents with

Return value

(none)