jeudi 26 mai 2016

Find a specific tuple element in a vector of tuples?

I am having an issue with finding a tuple element, in a vector of tuples.

I have a vector<tuple<int,int,int,int>> in which I need to find the position in the vector where get<0>(vector) = 0.

How do I do that?

Aucun commentaire:

Enregistrer un commentaire