Swaps the contents of this map with another.
Synopsis
Declared in <absl/container/linked_hash_map.h>
void
swap(linked_hash_map& other) noexcept;
Parameters
Name |
Description |
other |
The map to swap contents with. |
Created with MrDocs