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

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

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

php - Cloud9 cloud IDE and CakePHP -