Const-qualifier lost on variadic template parameter when trying to pretty-print function signature [duplicate]
This question already has answers here: Does using const on function parameters have any effect? Why does it not affect the function signature? (31 answers) Closed last month. I wish to use template programming with type traits to pretty-print the signature of a function. While the gist of what I came up with works, the […]