Push a copy of value onto the back of this queue.
value
Declared in <bslstl_queue.h>
<bslstl_queue.h>
void push(value_type const& value);
Push onto the back of this queue a value_type object having the specified value.
value_type