Assign to this object by moving from the specified rhs.
Synopsis
Declared in <bslstl_priorityqueue.h>
priority_queue<VALUE, CONTAINER, COMPARATOR>&
operator=(BloombergLP::bslmf::MovableRef<priority_queue> rhs) noexcept(false);
Description
Assign to this object the value and comparator of the specified rhs object and return a reference providing modifiable access to this object. rhs is left in a valid but unspecified state.
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
priority queue to move‐assign from |
Created with MrDocs