[#btck-operator_bitor] = xref:btck.adoc[btck]::operator| :relfileprefix: ../ :mrdocs: Bitwise OR 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 are the union of both operands. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left operand. | *rhs* | The right operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#