[#prevector-0c-operator_assign-06] = xref:prevector-0c.adoc[prevector]::operator= :relfileprefix: ../ :mrdocs: Copy‐assigns the contents of `other` to this container. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c.adoc[prevector]& operator=(xref:prevector-0c.adoc[prevector<N, T, Size, Diff>] const& other); ---- == Return Value A reference to this container. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The container to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#