Assign to this object the value of the specified rhs set.
Synopsis
Declared in <bdlc_flathashset.h>
FlatHashSet<KEY, HASH, EQUAL>&
operator=(FlatHashSet const& rhs);
Description
Assign to this object the value, hasher, and equality functor of the specified rhs object, and return a reference providing modifiable access to this object.
Return Value
modifiable reference to this set
Parameters
Name |
Description |
rhs |
set to copy‐assign from |
Created with MrDocs