Swaps the contents of two absl::btree_map containers.
Declared in <absl/container/btree_map.h>
template<
typename K,
typename V,
typename C,
typename A>
void
swap(
btree_map<K, V, C, A>& x,
btree_map<K, V, C, A>& y);
| Name | Description |
|---|---|
| x | The first container to swap. |
| y | The second container to swap. |