C++ Language/Type/BitwiseRepresentation/NonCharByte

A std::byte variable is like a unsigned char variable, except that it can only be used for bitwise operations (not for character nor numeric operations).

Additional information about the non-char byte type (includes interactive examples)