c++ - Is typelist comcept still actual with variadic templates? -


since c++14 has variadic template concept, it's not clear why ever should use typelists defined alexandrescu. instance, mean following:

template <class t, class u> struct typelist {     typedef t head;     typedef u tail; } 


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

qt - Change color of QGraphicsView rubber band -

c++ - Visible files in the "Projects" View of the Qt Creator IDE if using the CMake build system -