[#prevector-01-2constructor-00] = xref:prevector-01.adoc[prevector<36, unsigned char>]::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<36U, unsigned char, unsigned int, int>]&& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The container to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#