[#prevector-0c-2constructor-01] = xref:prevector-0c.adoc[prevector]::prevector :relfileprefix: ../ :mrdocs: Constructs a container by moving the contents of `other`, leaving it empty. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- prevector(xref:prevector-0c.adoc[prevector<N, T, Size, Diff>]&& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The container to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#