dimanche 27 décembre 2015

Initializing multiple data structures inside of each other c++11

I was looking for help on how to initialize the following data structure inside of my constructor for backtracking:

stack<tuple<vector<set<int> >, int, int> > record;  //none of the structures have been initialized yet

Thank you all for your help.

Aucun commentaire:

Enregistrer un commentaire