mimic++ v9.2.1
Loading...
Searching...
No Matches
C++20Compatibility.hpp File Reference
#include "mimic++/config/Config.hpp"
#include <version>
#include <cstring>
#include <type_traits>
Include dependency graph for C++20Compatibility.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mimicpp
 
namespace  mimicpp::util
 

Functions

template<typename To, typename From>
std::enable_if_t< sizeof(To)==sizeof(From) &&std::is_trivially_copyable_v< From > &&std::is_trivially_copyable_v< To >, To > mimicpp::util::bit_cast (From const &src) noexcept