[#cluster_linearize-swap] = xref:cluster_linearize.adoc[cluster_linearize]::swap :relfileprefix: ../ :mrdocs: Swap two SetInfo objects. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap( xref:cluster_linearize/SetInfo.adoc[SetInfo]& a, xref:cluster_linearize/SetInfo.adoc[SetInfo]& b) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first object to swap. | *b* | The second object to swap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#