UBinarySizeBitwiseOr Operator

Overload List

BitwiseOr(UBinarySize, UBinarySize) Computes the bitwise-or of two UBinarySize values.
BitwiseOr(UBinarySize, UInt64) Computes the bitwise-or of a UBinarySize value and a UInt64.
BitwiseOr(UInt64, UBinarySize) Computes the bitwise-or of a UInt64 value and a UBinarySize.

See Also