Automatic Return Type (C++98)--Rainer Grimm
The series continue.
Automatic Return Type (C++98)
by Rainer Grimm
From the article:
Depending on the used C++ standard, there are different ways to return the right return type of a function template. In this post, I start with traits (C++98), continue in my next post with C++11/14, and end with concepts (C++20)...