InputCommon: Add equality operators to RawValue.
This commit is contained in:
parent
24a1fe32f1
commit
02a967f786
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue