|
cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implementation of std::endian. More...
Namespaces | |
| cxxomfort | |
Namespace of the cxxomfort library. | |
| cxxomfort::cxxostd | |
| Backports made available by cxxomfort. | |
Enumerations | |
| enum | endian |
| Endianness enumeration for C++. More... | |
Implementation of std::endian.
|
strong |
Endianness enumeration for C++.
endian is a typed enumeration that describes the potential values for a system's endianness. The enumeration has three values: little , big and native . native will equal one of the other two when the system has that endianness, or will equal none of them in a system with a different (non-little, non-big) endianness.
The macro __cpp_lib_endian is defined when this feature is backported.
1.8.13