Bitwise OR 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 are the union of both operands.
Parameters
Name |
Description |
lhs |
The left operand. |
rhs |
The right operand. |
Created with MrDocs