You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Todo:
strong types, e.g. greater_than, less_than, etc. in the constructor can help to increase readability. We need to see how they can be implemented:
strong types sharg::greater_then (flies around in the main namespace..)
strong types sharg::arithmetic_range_validator::greater_then (is very long...)
designated initialisers sharg::arithmetic_range_validator{.greater_then = 3} (not sure if possible)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Cuurent stable API:
Todo:
strong types, e.g.
greater_than
,less_than
, etc. in the constructor can help to increase readability. We need to see how they can be implemented:sharg::greater_then
(flies around in the main namespace..)sharg::arithmetic_range_validator::greater_then
(is very long...)arithmetic_range_validator{.greater_then = 3}
(not sure if possible)The text was updated successfully, but these errors were encountered: