std::experimental::swap(std::experimental::any)
From cppreference.com
                    
                                        
                    < cpp | experimental | any
                    
                                                            
                    | void swap(any& lhs, any& rhs); | (library fundamentals TS) | |
Swaps the content of two any objects. Calls lhs.swap(rhs).
Parameters
| lhs, rhs | - | objects to swap | 
Return value
(none)
Exceptions
noexcept specification:  
noexcept
  See also
| swaps two anyobjects(public member function) |