[#operator_xor-05] = operatorˆ :mrdocs: Returns the bitwise XOR of two big integers. == Synopses Declared in `<arith_uint256.h>` Returns the bitwise XOR of two big integers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint] xref:operator_xor-00.adoc[operatorˆ]( xref:base_uint-02.adoc[base_uint] const& a, xref:base_uint-02.adoc[base_uint] const& b); ---- [.small]#xref:operator_xor-00.adoc[_» more..._]# Returns the bitwise XOR of two big integers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint<256>] xref:operator_xor-08.adoc[operatorˆ]( xref:base_uint-02.adoc[base_uint<256>] const& a, xref:base_uint-02.adoc[base_uint<256>] const& b); ---- [.small]#xref:operator_xor-08.adoc[_» more..._]# == Return Value The bitwise XOR of `a` and `b.` == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand operand. | *b* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#