cppx-core
|
Byte and Signed_byte, + std::byte
support definitions as_number and as_std_byte.
More...
Go to the source code of this file.
Namespaces | |
cppx | |
cppx::byte_types | |
Byte , Signed_byte , as_number , as_std_byte | |
cppx::cpp17 | |
Typedefs | |
using | cppx::Byte = unsigned char |
Default choice of byte type. More... | |
using | cppx::Signed_byte = signed char |
Functions | |
auto | cppx::as_number (const std::byte value) -> Byte |
auto | cppx::as_std_byte (const Byte value) -> std::byte |
cppx::byte_types::CPPX_USE_CPPX (Byte, Signed_byte, as_number, as_std_byte) | |
cppx::cpp17::CPPX_USE_STD (byte, to_integer) | |
Byte and Signed_byte, + std::byte
support definitions as_number and as_std_byte.
bits_per_byte
. Definition in file byte-types.hpp.