[#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, hasher, and equality functor of the specified `rhs` object, and return a reference providing modifiable access to this object. == 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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#