[#BloombergLP-balcl-swap] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::swap :relfileprefix: ../../ :mrdocs: Swap the value of the specified `a` object with the value of the specified `b` object. This method provides the no‐throw exception‐safety guarantee if either `a.type()` is the same as `b.type()` and `a` and `b` were created with the same allocator, or neither `a.type()` nor `b.type()` is a type that requires allocation; otherwise, it provides the basic guarantee. == Synopsis Declared in `<balcl_optionvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap( xref:BloombergLP/balcl/OptionValue.adoc[OptionValue]& a, xref:BloombergLP/balcl/OptionValue.adoc[OptionValue]& b); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#