Function Subspace :: sus :: num :: operator|

auto operator|(u32 l, u32 r) -> u32

Performs the bitwise operation l OR r.

Satisfies the BitOr concept for unsigned integers.

This operation supports working with primitive unsigned integers that convert to the safe numeric, as well as enums. However enum class is excluded as they require an explicit conversion to an integer.