Closed FreePhoenix888 closed 1 year ago
No no. Create CLinkType
concept because LinkType
= integral
+ unsigned
@uselessgoddess , what do you think about std::three_way_comparable
? I think it must be constrained with std::three_way_comparable
too
No. They require operator+, operator-, operator*, ....
Use like this style:
template <typename Self>
concept LinkType = std::is_unsigned_v<Self>;
And move to Numbers
CLinkAddress
must check that argument is integral and unsigned