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 -

c# - Inconsistent accessibility errors -

security - Java Applet Windows-MY keystore PrivateKey getEncoded is null -