std::experimental::any::swap
< cpp | experimental | any
|
void swap(any& other) noexcept;
|
(library fundamentals TS) | |
Swaps the content of two any objects.
Parameters
| other | - | object to swap with |
Return value
(none)
|
void swap(any& other) noexcept;
|
(library fundamentals TS) | |
Swaps the content of two any objects.
| other | - | object to swap with |
(none)