Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function swap

boost::swap

Synopsis

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


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

Description

Effects:

Exchange of the contents of lhs and rhs.

Throws:

Nothing.

PrevUpHomeNext