Assignment operators
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.
FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>&
operator=(FlatHashTable const& rhs);
» more...
Move-assign to this table from the specified rhs.
FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>&
operator=(bslmf::MovableRef<FlatHashTable> rhs);
» more...
modifiable reference to this table
| Name | Description |
|---|---|
| rhs | table to assign from |