If I define a UDL like:
template <char... C> auto operator""_myUDL{return 5;}
then what is the full range of legal arguments to _myUDL?
1
If I define a UDL like:
template <char... C> auto operator""_myUDL{return 5;}
then what is the full range of legal arguments to _myUDL?
1