| (since C++11) |
Exchanges the contents of *this
and r
.
Parameters
r | - | smart pointer to exchange the contents with |
Return value
(none).
Exceptions
noexcept
specification: noexcept
| (since C++11) |
Exchanges the contents of *this
and r
.
r | - | smart pointer to exchange the contents with |
(none).
noexcept
specification: noexcept
Designed by : w10schools
service@w10schools.com
Please login to continue.