std::experimental::any::swap - cppreference.com (original) (raw)
| void swap(any& other) noexcept; | | (library fundamentals TS) | | ------------------------------- | | ------------------------- |
Swaps the content of two any objects.
[edit] Parameters
| other | - | object to swap with |
|---|
[edit] Return value
(none)