The C++ function std::unordered_map::equal() returns range of elements that matches specific key.In unordered_map containers, where keys are unique, the range will include one element at most. If k does not match any key in the container, the range returned has end as both its lower ...