In my program I have following code:
template<typename... Args> class Outer { template<typename Arg> class Inner { //some code } }
How can I restrict Arg to be one of the types in Args template pack?
Arg
Aucun commentaire:
Enregistrer un commentaire