boost::container::swap
// In header: <boost/container/hub.hpp> template<typename T, typename Allocator> void swap(hub< T, Allocator > & x, hub< T, Allocator > & y);
Effects: Equivalent to x.swap(y).
Complexity: Constant.