Daily bit(e) of C++ | std::bit_cast
Daily bit(e) of C++ #360, The C++20 type punning cast: std::bit_cast.
C++20 introduced a new cast that is specifically designed for type-punning: std::bit_cast.
Unlike reinterpret_cast, std::bit_cast is permitted in constexpr contexts.