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