bsl::queue::operator=

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

NameDescription
rhsqueue to copy-assign from