Daily bit(e) of C++ | std::endian
Daily bit(e) of C++ #130, The C++20 compile-time endianness information.
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.