bitwise inclusive or operation
The two operands (both must be positive integers of any size) are combined bit for bit using an inclusive-or-operation.
std::bit_and | bitwise and operation |
std::bit_xor | bitwise exclusive or operation |
std::shift_left | bitwise shift-left operation |
std::shift_right | bitwise shift-right operation |
std_types::boolean_array | implements the *or* operation |
std_types::positive_integer | returns the bit-wise OR of the two arguments |
std_types::uint16_array | implements the *or* operation |
std_types::uint32_array | implements the *or* operation |
std_types::uint64_array | implements the *or* operation |
std_types::uint8_array | implements the *or* operation |