-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Ex:
int ms = 12341234; auto millis = representAs<Milliseconds>(ms); // use case I want: fn( representAs<Milliseconds>(userInputMs).value_or(Milliseconds::max()) );