#include <bit_cast.hpp>
Public Types | |
using | return_type = T |
Public Member Functions | |
template<typename Arg , typename = std::enable_if_t<sizeof(T) == sizeof(Arg) && std::is_trivially_copyable_v<Arg>>> | |
LEXY_BITCAST_CONSTEXPR T | operator() (const Arg &arg) const |
Definition at line 44 of file bit_cast.hpp.
using lexy::_bit_cast< T >::return_type = T |
Definition at line 48 of file bit_cast.hpp.
|
inline |
Definition at line 52 of file bit_cast.hpp.