Is it possible to use the using keyword for aliasing a template template parameter?
using
template <template<int> class T> struct Foo { using type = T; };
Thanks
Aucun commentaire:
Enregistrer un commentaire