Multimap Direct Access

Is there any way to direct access by key in multimap? Since operator [ ] is not defined for multimaps.
I know iterators can be used otherwise.

Hey @roopali1710
No, you can use iterators only. Also, refer to the following article for more information: https://thispointer.com/finding-all-values-for-a-key-in-multimap-using-equals_range-example/