What do you understand by the term unordered_map as used in Visual C++?
Unordered_map is the one used in definition of container template classes e.g. the unordered multimap template or just the unordered map. It is under its declaration that the unordered map classes as well as the unordered multimap class are defined. These are the classes used in storing hash tables.