Skip to main content

Module bitwise

Module bitwise 

Source
Expand description

std::bitwise - bitwise operations on byte and int values.

Mixed byte/int operands widen to int. bit_xor requires matching types.

Modules§

bit_and
bit_not
bit_or
bit_shift_left
bit_shift_right
bit_xor
count_bits
leading_zeros
trailing_zeros

Constants§

KEYWORDS

Functions§

module