11
votes
1answer
324 views

Variadic function with restricted types

I am designing a class which (among other things) acts as a vertex in an undirected graph. ...