[#prevector-01-swap] = xref:prevector-01.adoc[prevector<36, unsigned char>]::swap :relfileprefix: ../ :mrdocs: Exchanges the contents of this container with `other`. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap(xref:prevector-0c.adoc[prevector<36U, unsigned char, unsigned int, int>]& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The container to swap contents with. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#