[#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..._]# Assign to this object the value, hash function, and key‐equality comparator of the specified `rhs` object and return a reference offering modifiable access to this object. The entries of `rhs` are moved (in constant time) to this object if the two have the same allocator, otherwise entries from `rhs` are moved into this table. In either case, `rhs` is left in a valid but unspecified state. If an exception is thrown, this object is left in a valid but unspecified state. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#