[#BloombergLP-bdldfp-operator_xor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operatorˆ :relfileprefix: ../../ :mrdocs: Return an Uint128 object having the value of a the bitwise xor between the specified `lhs` and the specified `rhs` value. == Synopsis Declared in `<bdldfp_uint128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Uint128.adoc[bdldfp::Uint128] operatorˆ( xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] lhs, xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#