swap# Fully qualified name: carb::container::swap Defined in carb/container/RobinHoodImpl.h template<typename Traits>void carb::container::swap( RobinHood<Traits> &lhs, RobinHood<Traits> &rhs, )# ADL swap function. Swaps between two containers that have the same template parameters. Parameters: lhs – The first container rhs – The second container.