Swaps the contents of two absl::btree_multiset containers.

Synopsis

Declared in <absl/container/btree_set.h>

template<
    typename K,
    typename C,
    typename A>
void
swap(
    btree_multiset<K, C, A>& x,
    btree_multiset<K, C, A>& y);

Parameters

Name

Description

x

The first container to swap.

y

The second container to swap.

Created with MrDocs