Constructs a map by moving from another map.
Synopsis
Declared in <absl/container/linked_hash_map.h>
linked_hash_map(linked_hash_map&& other) noexcept;
Parameters
Name |
Description |
other |
The map to move from. |
Created with MrDocs