Assignment operators
Synopses
Declared in <bslstl_unorderedset.h>
Copy‐assign from rhs.
Move‐assign from rhs.
unordered_set<KEY, HASH, EQUAL, ALLOCATOR>&
operator=(BloombergLP::bslmf::MovableRef<unordered_set> rhs) noexcept(/* see-below */);
Assign from the specified values initializer list.
unordered_set<KEY, HASH, EQUAL, ALLOCATOR>&
operator=(std::initializer_list<KEY> values);
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
right‐hand‐side unordered set |
values |
initializer list of values |
Created with MrDocs