dimanche 26 avril 2015

How would I get the name of the parameters in a function

I have a function

void print(stack<T>& One, stack<T>& Two, stack<T>& Three);

and I would like to output the parameter names (i.e. cout << "One")

How would I go about doing that?





Aucun commentaire:

Enregistrer un commentaire