Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt operator|(TMtxInt *Left, const MatrixInt &Right); | Computes bitwise "or" between Left and right. |
| 2 | MatrixInt operator|(const MatrixInt &Left, TMtxInt *Right); | Computes bitwise "or" between Left and right. |
Overload 1: MatrixInt operator|(TMtxInt *Left, const MatrixInt &Right);
Computes bitwise "or" between Left and right.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler