anchal_vatre's blog

By anchal_vatre, history, 4 years ago, In English

for ex set<pair<string, int>> st; set.insert({"a", 1}); set.insert({"b", 1}); set.insert({"c", 1}); set.insert({"d", 1});

how to use find to get iterator on "b" ?

Full text and comments »

  • Vote: I like it
  • -3
  • Vote: I do not like it