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.
vector<tuple<int,int,int,int>>
get<0>(vector) = 0
How do I do that?
Aucun commentaire:
Enregistrer un commentaire