MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::endian Namespace Reference

Variables

constexpr auto machine = std::endian::native
 endian of machine (alias for std::endian::native)
 
constexpr auto opposite = std::endian::native == std::endian::little ? std::endian::big : std::endian::little
 endian that is opposite of machine (opposite of std::endian::native)