file
bit_cast.hContains the definition of muu::
Namespaces
- namespace muu
- The root namespace for all muu functions and types.
- namespace muu::build
- Build environment information (compiler, date/time, support for various things...)
Functions
-
template <typename To, typename From>auto bit_cast(const From& from) -> To constexpr noexcept
- Equivalent to C++20's std::bit_cast.
Variables
- bool supports_constexpr_bit_cast constexpr
- True if using bit_
cast() in constexpr contexts is supported on this compiler.