BloombergLP::bslstl::HashTable::operator=

Assignment operators

Synopses

Declared in <bslstl_hashtable.h>

Copy-assign to this object from rhs and return *this.

HashTable<KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR>&
operator=(HashTable const& rhs);
» more...

Move-assign to this object from rhs and return *this.

HashTable<KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR>&
operator=(BloombergLP::bslmf::MovableRef<HashTable> rhs);
» more...

Return Value

reference providing modifiable access to this object

Parameters

NameDescription
rhshash table to copy-assign from