Assignment operators

Synopses

Declared in <bslstl_hashtable.h>

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

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

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

hash table to copy‐assign from

Created with MrDocs