mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 05:45:03 -06:00
endian.hpp: simplify be_t/le_t constructors
This commit is contained in:
parent
0eb0b1e1c9
commit
e6a3b59229
@ -175,9 +175,7 @@ namespace stx
|
|||||||
using under = decltype(int_or_enum());
|
using under = decltype(int_or_enum());
|
||||||
|
|
||||||
public:
|
public:
|
||||||
constexpr se_t() = default;
|
se_t() noexcept = default;
|
||||||
|
|
||||||
constexpr se_t(const se_t& right) = default;
|
|
||||||
|
|
||||||
constexpr se_t(type value) noexcept
|
constexpr se_t(type value) noexcept
|
||||||
: m_data(to_data(value))
|
: m_data(to_data(value))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user