Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function swap

boost::anys::swap

Synopsis

// In header: <boost/any/unique_any.hpp>


void swap(unique_any & lhs, unique_any & rhs);

Description

Exchange of the contents of lhs and rhs.

Throws:

Nothing.

PrevUpHomeNext