[#bsl-Deque_Util-move] = xref:bsl.adoc[bsl]::xref:bsl/Deque_Util.adoc[Deque_Util]::move :relfileprefix: ../../ :mrdocs: Assign the value of the specified `dst` deque to that of the specified `src` deque, and reset the `src` deque to a raw state. == Synopsis Declared in `<bslstl_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void move( void* dst, void* src); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#