BloombergLP::bdlc::FlatHashSet::operator=

Assignment operators

Synopses

Declared in <bdlc_flathashset.h>

Assign to this object the value of the specified rhs set.

FlatHashSet<KEY, HASH, EQUAL>&
operator=(FlatHashSet const& rhs);
» more...

Assign to this object by moving from the specified rhs set.

FlatHashSet<KEY, HASH, EQUAL>&
operator=(bslmf::MovableRef<FlatHashSet> rhs);
» more...

Assign to this object from the specified initializer list.

FlatHashSet<KEY, HASH, EQUAL>&
operator=(bsl::initializer_list<KEY> values);
» more...

Return Value

modifiable reference to this set

Parameters

NameDescription
rhsset to copy-assign from
valuesinitializer list of elements to assign