[#BloombergLP-bdlc-FlatHashSet-operator_assign-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashSet.adoc[FlatHashSet]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs` set. == Synopsis Declared in `<bdlc_flathashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashSet.adoc[FlatHashSet<KEY, HASH, EQUAL>]& operator=(xref:BloombergLP/bdlc/FlatHashSet.adoc[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 [cols="1,4"] |=== | Name| Description | *rhs* | set to copy‐assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#