От: | AlexMld | ||
Дата: | 28.10.18 08:00 | ||
Оценка: | 10 (1) |
enum class byte : unsigned char {};
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4296.pdfThe fundamental storage unit in the C++ memory model is the byte. A byte is at least large enough to contain any member of the basic execution character set and the eight-bit code units of the Unicode UTF-8 encoding form and is composed of a contiguous sequence of bits, the number of which is implementation-defined.