|
Sen API
Sen Libraries
|
#include <cstring>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | sen |
| namespace | sen::std_util |
Functions | |
| template<class To, class From> | |
| std::enable_if_t< sizeof(To)==sizeof(From) &&std::is_trivially_copyable_v< From > &&std::is_trivially_copyable_v< To >, To > | sen::std_util::bit_cast (const From &src) noexcept |