carb::cpp::byte

Defined in carb/cpp/StdDef.h

enum class carb::cpp::byte : unsigned char

A byte is a distinct type that implements the concept of byte as specified in the C++ language definition. Like char and unsigned char, it can be used to access raw memory occupied by other objects, but unlike those types it is not a character type and is not an arithmetic type. A byte is only a collection of bits, and only bitwise operators are defined for it.

Values: