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