[#bsl-vector-0c8-swap] = xref:bsl.adoc[bsl]::xref:bsl/vector-0c8.adoc[vector<void*>]::swap :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap(xref:bsl/vector-00d.adoc[vector<void*, allocator<void*>>]& other) noexcept(/* see-below */); ---- == Exception specification This function is potentially-throwing unless `noexcept(this‐>d_impl.swap(other.d_impl))`. [.small]#Created with https://www.mrdocs.com[MrDocs]#