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