Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function swap

boost::anys::swap

Synopsis

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


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

Description

Effects:

Exchange of the contents of lhs and rhs.

Throws:

Nothing.

PrevUpHomeNext