It's coming!
Named Template Arguments
by Barry Revzin
From the article:
C++, unlike many other programming languages, doesn’t have named function parameters or named function arguments. I hope it will someday, it’s a language feature that I find has large benefits for readability. Until then, in C++20, we actually have the ability to do a decent approximation not only of named function arguments but also named template arguments...
Add a Comment
Comments are closed.