Assignment operators
Synopses
Declared in <bdlc_flathashmap.h>
Assign to this map the value of the specified rhs map.
FlatHashMap<KEY, VALUE, HASH, EQUAL>&
operator=(FlatHashMap const& rhs);
Assign to this map by moving from the specified rhs map.
Assign to this map the elements of the specified values list.
FlatHashMap<KEY, VALUE, HASH, EQUAL>&
operator=(bsl::initializer_list<value_type> values);
Return Value
modifiable reference to this map
Parameters
Name |
Description |
rhs |
map providing the value to assign |
values |
initializer list of key/value pairs to assign |
Created with MrDocs