vendredi 6 mars 2020

How to forward a type alias of a template class in another namespace

I have a type alias as

using A = ns::B<int>;

And want to class forward it in another file. How to do it?

Aucun commentaire:

Enregistrer un commentaire