-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create CLinkAddress
concept
#101
Labels
Comments
No no. Create |
FreePhoenix888
changed the title
Add
Create Mar 9, 2022
std::integral
to all TLinkAddress
template parametersCLinkAddress
concept
@uselessgoddess , what do you think about |
No. They require operator+, operator-, operator*, .... |
Use like this style: template <typename Self>
concept LinkType = std::is_unsigned_v<Self>; |
And move to |
Closed in #113 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CLinkAddress
must check that argument is integral and unsignedThe text was updated successfully, but these errors were encountered: