table of contents
std::experimental::any::swap(3) | C++ Standard Libary | std::experimental::any::swap(3) |
NAME¶
std::experimental::any::swap - std::experimental::any::swap
Synopsis¶
void swap(any& other) noexcept; (library fundamentals TS)
Swaps the content of two any objects.
Parameters¶
other - object to swap with
Return value¶
(none)
Category:¶
* Noindexed pages
2024.06.10 | http://cppreference.com |