Assign to this queue by moving from the specified rhs.

Synopsis

Declared in <bslstl_queue.h>

Description

Assign to this queue the value as the specified rhs and return a reference providing modifiable access to this queue. The move‐assignment operator of CONTAINER is used to set the value of this queue. rhs is left in a valid but unspecified state, and if an exception is thrown, *this is left in a valid but unspecified state.

Return Value

reference providing modifiable access to this queue

Parameters

Name

Description

rhs

queue to move‐assign from

Created with MrDocs