Science, asked by seemagarg7621, 11 months ago

How to use of Map stl in c++?

Answers

Answered by Anonymous
0
Maps are a part of the C++ STL.Mapsare associative containers that store elements formed by a combination of a key value and a mapped value, following a specific order.The mainly used member functions of maps are: MapTemplate: std::map <key_type, data_type>
Similar questions