dimanche 17 novembre 2019

Counting the number of Vectors within a Vector

i have a vector Vector<Vector<int>> e i want to count how many vectors are within the vector. Doing e.vec_size() returns me the number of elements in the whole vector int vec_count(){return e.size()}

Aucun commentaire:

Enregistrer un commentaire