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