Assign to this queue the value of the specified rhs queue.

Synopsis

Declared in <bdlc_queue.h>

Queue<T>&
operator=(Queue const& rhs);

Description

Assign to this queue the value of the specified rhs queue and return a reference to this modifiable queue.

Return Value

reference to this modifiable queue

Parameters

Name

Description

rhs

queue providing the value to assign

Created with MrDocs