[#prevector-01-operator_assign-007] = xref:prevector-01.adoc[prevector<36, unsigned char>]::operator= :relfileprefix: ../ :mrdocs: Move‐assigns the contents of `other` to this container, leaving it empty. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c.adoc[prevector<36, unsigned char>]& operator=(xref:prevector-0c.adoc[prevector<36U, unsigned char, unsigned int, int>]&& other) noexcept; ---- == Return Value A reference to this container. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The container to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#