Daily bit(e) of C++ | std::endian
Daily bit(e) of C++ ♻️130, Compile-time information about the endianness of a system using C++20 std::endian.
The std::endian from C++20 is an enum in the <bit> header that provides information about the native endianness of the architecture the program was compiled for.