Push a moved value onto the back of this queue.

Synopsis

Declared in <bslstl_queue.h>

Description

Push onto the back of this queue a value_type object having the value of the specified value (on entry) by moving the contents of value to the new object on this queue. value is left in a valid but unspecified state.

Parameters

Name

Description

value

value to move onto the back of this queue

Created with MrDocs