Assign to this map by moving from the specified rhs map.
Declared in <bdlc_flathashmap.h>
FlatHashMap<KEY, VALUE, HASH, EQUAL>&
operator=(bslmf::MovableRef<FlatHashMap> rhs);
Assign to this object the value, hasher, and equality comparator of the specified rhs object, and return a reference providing modifiable access to this object. If this object and rhs use the same allocator the contents of rhs are moved (in constant time) to this object. rhs is left in a (valid) unspecified state.
modifiable reference to this map
| Name | Description |
|---|---|
| rhs | map to move from |