summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authormitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-06-24 00:05:46 -0700
committermitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-08-16 12:21:49 -0700
commit6ffd71ffaefeb39066694eca9c4ea2cbea2a8dfd (patch)
treee51380de3ad50b58d8c8a1cddd2e32ce50ba154c /Source/Core/InputCommon/ControllerInterface
parentc536754ffe78bc56e6cca5f3891f21bd31136ee2 (diff)
BitUtils: Constexpr BitCastToArray, Remove BitCastFromArray
`std::bit_cast` participates in overload resolution only if `sizeof(To) == sizeof(From)` and both `To` and `From` are *TriviallyCopyable* types, so the static assertions here can be removed. `[[nodiscard]]` was added as well.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions