I\'d like to use std::find_if to search for the first element in my map that has a certain value in a specific element of its value structure. I\'m a little confus
std::find_if
If you want to search also in values then may be better to use Boost Bimap in order not to be slow?