InputCommon: Add equality operators to RawValue.

This commit is contained in:
Admiral H. Curtiss 2022-09-24 00:48:47 +02:00
parent 24a1fe32f1
commit 02a967f786
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB

View file

@ -110,6 +110,8 @@ struct RawValue
T value;
constexpr bool operator==(const RawValue& other) const = default;
template <typename OtherT, size_t OtherBits>
auto GetNormalizedValue(const TwoPointCalibration<OtherT, OtherBits>& calibration) const
{