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.
Declared in <bdlc_flathashtable.h>
FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>&
operator=(FlatHashTable const& rhs);
modifiable reference to this table
| Name | Description |
|---|---|
| rhs | table to assign from |