[#BloombergLP-bdlc-FlatHashTable-operator_assign-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlc_flathashtable.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>]& xref:BloombergLP/bdlc/FlatHashTable/operator_assign-06.adoc[operator=](xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable] const& rhs); ---- [.small]#xref:BloombergLP/bdlc/FlatHashTable/operator_assign-06.adoc[_» more..._]# Move‐assign to this table from the specified `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>]& xref:BloombergLP/bdlc/FlatHashTable/operator_assign-09.adoc[operator=](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<FlatHashTable>] rhs); ---- [.small]#xref:BloombergLP/bdlc/FlatHashTable/operator_assign-09.adoc[_» more..._]# == Return Value modifiable reference to this table == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | table to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#