Assign to this object the value, hasher, and equality functor of the specified rhs object, and return a reference providing modifiable access to this object.
Synopsis
Declared in <bdlc_flathashmap.h>
FlatHashMap<KEY, VALUE, HASH, EQUAL>&
operator=(FlatHashMap const& rhs);
Created with MrDocs