C++ STL map::equal_range()

Objectives :

  • myMapequal_range1.cpp
    //two iterators defining the range of single element
    pair<map<string, string>::
    iterator,map<string, string>:: iterator>equal;
  • Code:myMapequal_range1.txt
 

Step: 1 Create a source file.

Step: 2 Edit and save Source file

Step: 3 Runtime Views:

Step: