kraken: utils: strong-type: derive order
This commit is contained in:
parent
7f5f1f9e04
commit
f0ffc652d5
|
@ -11,6 +11,8 @@ struct StrongType {
|
|||
return value_;
|
||||
}
|
||||
|
||||
auto operator<=>(StrongType<T, Tag> const&) const = default;
|
||||
|
||||
private:
|
||||
T value_;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue