mymap.insert ( std::pair('a',100) );
std::map my_map; // TypeA key; TypeB value my_map.insert({ key, value }); // insert elements in random order