[#bsl-queue-0a5-push-05] = xref:bsl.adoc[bsl]::xref:bsl/queue-0a5.adoc[queue]::push :relfileprefix: ../../ :mrdocs: Push a copy of `value` onto the back of this queue. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push(xref:bsl/queue-0a5/value_type.adoc[value_type] const& value); ---- == Description Push onto the back of this queue a `value_type` object having the specified `value`. == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to copy onto the back of this queue |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#