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.
Declared in <bdlc_flathashset.h>
FlatHashSet<KEY, HASH, EQUAL>&
operator=(bslmf::MovableRef<FlatHashSet> rhs);