BloombergLP::bdlc::FlatHashTable::operator=

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.

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...

Return Value

modifiable reference to this table

Parameters

NameDescription
rhstable to assign from