[#btck-operator_xor] = xref:btck.adoc[btck]::operatorˆ :relfileprefix: ../ :mrdocs: Bitwise XOR of two bitmask‐enum values. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:btck/BitmaskEnum.adoc[BitmaskEnum] T> constexpr T operatorˆ( T lhs, T rhs); ---- == Return Value The enum value whose bits differ between the operands. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left operand. | *rhs* | The right operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#