.. SPDX-FileCopyrightText: 2019-2020 Intel Corporation .. .. SPDX-License-Identifier: CC-BY-4.0 =============== Non-member swap =============== .. code:: cpp template void swap( concurrent_multimap& lhs, concurrent_multimap& rhs ); Equivalent to ``lhs.swap(rhs)``.