Bitwise XOR of two bitmask‐enum values.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<BitmaskEnum T>
constexpr
T
operatorˆ(
T lhs,
T rhs);
Return Value
The enum value whose bits differ between the operands.
Parameters
Name |
Description |
lhs |
The left operand. |
rhs |
The right operand. |
Created with MrDocs