std::any:: swap
From cppreference.com
C++
Utilities library
|
|
void
swap
(
any
&
other
)
noexcept
;
|
(since C++17) | |
Swaps the content of two
any
objects.
Parameters
other | - | object to swap with |
Return value
(none)
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/utility/any/swap&oldid=151968
"