mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
endian.hpp: simplify be_t/le_t constructors
This commit is contained in:
parent
0eb0b1e1c9
commit
e6a3b59229
1 changed files with 1 additions and 3 deletions
|
@ -175,9 +175,7 @@ namespace stx
|
|||
using under = decltype(int_or_enum());
|
||||
|
||||
public:
|
||||
constexpr se_t() = default;
|
||||
|
||||
constexpr se_t(const se_t& right) = default;
|
||||
se_t() noexcept = default;
|
||||
|
||||
constexpr se_t(type value) noexcept
|
||||
: m_data(to_data(value))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue