[#bsl-queue-0a5-push-0c] = xref:bsl.adoc[bsl]::xref:bsl/queue-0a5.adoc[queue]::push :relfileprefix: ../../ :mrdocs: `push` overloads == Synopses Declared in `<bslstl_queue.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/queue-0a5/push-03.adoc[push](xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<value_type>] value); ---- [.small]#xref:bsl/queue-0a5/push-03.adoc[_» more..._]# Push onto the back of this queue a `value_type` object having the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/queue-0a5/push-05.adoc[push](xref:bsl/queue-0a5/value_type.adoc[value_type] const& value); ---- [.small]#xref:bsl/queue-0a5/push-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#