[#BloombergLP-bdlc-FlatHashTable-operator_assign-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value, hasher, and key‐equality functor of the specified `rhs` object and return a reference offering modifiable access to this object. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>]& operator=(xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#