Luna::RingDeque::operator=
RingDeque & operator=(const RingDeque &rhs)
Replaces elements of the queue by coping elements from another queue.
Parameters
-
in rhs
The queue to copy elements from.
Return value
Returns *this
.
RingDeque & operator=(const RingDeque &rhs)
Replaces elements of the queue by coping elements from another queue.
in rhs
The queue to copy elements from.
Returns *this
.