Assign to this object the value and comparator of the specified rhs.
Declared in <bslstl_priorityqueue.h>
priority_queue<VALUE, CONTAINER, COMPARATOR>&
operator=(priority_queue const& rhs);
Assign to this object the value and comparator of the specified rhs object and return a reference providing modifiable access to this object.
reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | priority queue to copy-assign from |