Assignment operators
Synopses
Declared in <bslstl_queue.h>
Assign to this queue the value of the specified rhs.
queue<VALUE, CONTAINER>&
operator=(queue const& rhs);
Assign to this queue by moving from the specified rhs.
Return Value
reference providing modifiable access to this queue
Parameters
Name |
Description |
rhs |
queue to copy‐assign from |
Created with MrDocs