Assign to this object by moving from the specified rhs set.
Synopsis
Declared in <bdlc_flathashset.h>
FlatHashSet<KEY, HASH, EQUAL>&
operator=(bslmf::MovableRef<FlatHashSet> rhs);
Description
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.
Return Value
modifiable reference to this set
Parameters
Name |
Description |
rhs |
set to move‐assign from |
Created with MrDocs