Swaps the contents of two absl::btree_map containers.

Synopsis

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);

Parameters

Name

Description

x

The first container to swap.

y

The second container to swap.

Created with MrDocs