Category Archives: STL

Avoid finding twice the same key in the map (part 2)

Later, I found the following code:

Posted in C++, C++11, STL | Leave a comment

Avoid finding twice the same key in the map (part 1)

This is unfortunate, but I regularly still see the following piece of code:

Posted in C++, C++11, STL | Leave a comment