Move constructor.
Synopsis
Declared in <absl/container/linked_hash_set.h>
linked_hash_set(linked_hash_set&& other) noexcept;
Parameters
Name |
Description |
other |
The set to move from. |
Created with MrDocs